unused usings

This commit is contained in:
MrGadget1024 2023-02-18 14:52:00 -05:00
parent 9ffd233958
commit fc951d84c2
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using UnityEngine; using UnityEngine;

View File

@ -1,8 +1,6 @@
using System.Collections;
using UnityEngine; using UnityEngine;
using Mirror; using Mirror;
using Mirror.SimpleWeb; using Mirror.SimpleWeb;
using System;
namespace TestNT namespace TestNT
{ {