summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Component/UnitRender.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Component/UnitRender.cs')
-rw-r--r--Assets/Scripts/Unit/Component/UnitRender.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Assets/Scripts/Unit/Component/UnitRender.cs b/Assets/Scripts/Unit/Component/UnitRender.cs
deleted file mode 100644
index 2ba53a7d..00000000
--- a/Assets/Scripts/Unit/Component/UnitRender.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-// 控制角色渲染
-[DisallowMultipleComponent]
-public class UnitRender : UnitComponent
-{
-
-
-
-}