diff options
author | chai <215380520@qq.com> | 2023-06-29 10:04:49 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-06-29 10:04:49 +0800 |
commit | 6dbca86d957f774059068b8dbe01170d71cb0e8f (patch) | |
tree | 7b7f9511f70ceee27944741eaa850f05431354eb /WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs | |
parent | 05cb0609b1ddef5380a7c9442605cbfdad4df192 (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs b/WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs index 5ca87e6..de13acb 100644 --- a/WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs +++ b/WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs @@ -4,6 +4,14 @@ using UnityEngine; namespace WK { + // 玩家角色数据结构 + // PlayerController + // CharacterInfo + // CharacterStats + // CharacterBuffs + // CharacterPerks + // CharacterBehaviour + // CharacterAnimation /// <summary> /// 玩家角色根节点 |