diff options
author | chai <chaifix@163.com> | 2021-09-16 09:52:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-16 09:52:33 +0800 |
commit | 8b65edb43be0945203633b33d7a62c81ab3f05ce (patch) | |
tree | bb5186baf27e58ca96389843907f9906380fd8e0 /Assets/Scripts/Unit/Components/UnitRender.cs | |
parent | 28b89971f0d3fd246443450c87f33996716facb3 (diff) |
+unit effect
Diffstat (limited to 'Assets/Scripts/Unit/Components/UnitRender.cs')
-rw-r--r-- | Assets/Scripts/Unit/Components/UnitRender.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Unit/Components/UnitRender.cs b/Assets/Scripts/Unit/Components/UnitRender.cs index c8f6a125..b3fd18c8 100644 --- a/Assets/Scripts/Unit/Components/UnitRender.cs +++ b/Assets/Scripts/Unit/Components/UnitRender.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -// 控制角色渲染 +// 角色渲染 [DisallowMultipleComponent] public class UnitRender : UnitComponent { |