diff options
author | chai <chaifix@163.com> | 2021-08-05 20:09:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-05 20:09:18 +0800 |
commit | 128d70642ddb8fa7818a84d0d23ca24ed2f8802c (patch) | |
tree | 4984b283eeabff07dd5ac535bb17e267ff708762 | |
parent | ee4d8f4187059f177c17c8c818352826c6347d38 (diff) |
*misc
-rw-r--r-- | Assets/Scripts/Unit/Controller/UnitController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assets/Scripts/Unit/Controller/UnitController.cs b/Assets/Scripts/Unit/Controller/UnitController.cs index 4169ca6a..031f4697 100644 --- a/Assets/Scripts/Unit/Controller/UnitController.cs +++ b/Assets/Scripts/Unit/Controller/UnitController.cs @@ -83,7 +83,6 @@ public class UnitController : MonoBehaviour, Interactable unitCollider = gameObject.GetOrAddComponent<UnitCollider>();
unitCollider.Initialize();
-
}
public virtual void Update()
|