remove unused imports

This commit is contained in:
vis2k 2022-12-31 14:34:28 +01:00
parent 993caf3b36
commit 6581300ce0

View File

@ -1,8 +1,6 @@
// NetworkTransform V2 by mischa (2021-07) // NetworkTransform V2 by mischa (2021-07)
// comment out the below line to quickly revert the onlySyncOnChange feature // comment out the below line to quickly revert the onlySyncOnChange feature
#define onlySyncOnChange_BANDWIDTH_SAVING #define onlySyncOnChange_BANDWIDTH_SAVING
using System;
using System.Collections.Generic;
using UnityEngine; using UnityEngine;
namespace Mirror namespace Mirror