diff options
author | chai <chaifix@163.com> | 2021-08-02 18:58:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-02 18:58:01 +0800 |
commit | 4c362271f502b9999cd77e991271f16993d5c665 (patch) | |
tree | 7f4d1291457fafa54f06b59ff34c8fb6db9e0954 /Assets/Scripts/Unit/Controller/UnitController.cs | |
parent | 4f7fa7c6d5db44179b21dc17da0f7322efc4cb45 (diff) |
*mics
Diffstat (limited to 'Assets/Scripts/Unit/Controller/UnitController.cs')
-rw-r--r-- | Assets/Scripts/Unit/Controller/UnitController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Unit/Controller/UnitController.cs b/Assets/Scripts/Unit/Controller/UnitController.cs index c39e82f4..8cea1331 100644 --- a/Assets/Scripts/Unit/Controller/UnitController.cs +++ b/Assets/Scripts/Unit/Controller/UnitController.cs @@ -18,7 +18,7 @@ public class UnitController : MonoBehaviour public GameObject unitObj; // 角色模型
- public bool isTowardRight
+ public bool isTowardRight
{
get
{
|