summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Components/UnitRender.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-09-16 09:52:33 +0800
committerchai <chaifix@163.com>2021-09-16 09:52:33 +0800
commit8b65edb43be0945203633b33d7a62c81ab3f05ce (patch)
treebb5186baf27e58ca96389843907f9906380fd8e0 /Assets/Scripts/Unit/Components/UnitRender.cs
parent28b89971f0d3fd246443450c87f33996716facb3 (diff)
+unit effect
Diffstat (limited to 'Assets/Scripts/Unit/Components/UnitRender.cs')
-rw-r--r--Assets/Scripts/Unit/Components/UnitRender.cs2
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
{