remove unused import

This commit is contained in:
vis2k 2022-04-17 14:16:36 +08:00
parent bec8e01c69
commit 3839fafade

View File

@ -1,6 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.CompilerServices;
using UnityEngine; using UnityEngine;
namespace Mirror.RemoteCalls namespace Mirror.RemoteCalls