diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/ConstDefine.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/ConstDefine.cs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/ConstDefine.cs b/WorldlineKeepers/Assets/Scripts/ConstDefine.cs index 6cbe017..f99f0b2 100644 --- a/WorldlineKeepers/Assets/Scripts/ConstDefine.cs +++ b/WorldlineKeepers/Assets/Scripts/ConstDefine.cs @@ -2,9 +2,17 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class ConstDefine +namespace WK { + /// <summary> + /// 游戏性相关的常量 + /// </summary> + public class ConstDefine + { -} + + } + +}
\ No newline at end of file |