diff options
| author | chai <215380520@qq.com> | 2023-05-18 09:30:00 +0800 |
|---|---|---|
| committer | chai <215380520@qq.com> | 2023-05-18 09:30:00 +0800 |
| commit | fdae57bc757aed8c45b725572622c8268591688f (patch) | |
| tree | 5fd66559808cd01c3592732bd970ee15bdfa761f /WorldlineKeepers/Assets/Scripts/Tools/Commands | |
| parent | ef942d6658ae612c9e4bf4e9d00ac70c2149e5fc (diff) | |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tools/Commands')
| -rw-r--r-- | WorldlineKeepers/Assets/Scripts/Tools/Commands/Command.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Tools/Commands/Command.cs b/WorldlineKeepers/Assets/Scripts/Tools/Commands/Command.cs index 120eb08..e5450ee 100644 --- a/WorldlineKeepers/Assets/Scripts/Tools/Commands/Command.cs +++ b/WorldlineKeepers/Assets/Scripts/Tools/Commands/Command.cs @@ -12,6 +12,9 @@ namespace WK } + /// <summary> + /// 保存一些列cmd并在需要时按顺序执行 + /// </summary> public class CommandList { private List<Command> m_Commands = new List<Command>(); |
