summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Unit/Characters/PlayerController.cs8
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>
/// 玩家角色根节点