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