diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/StaticDefine.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/StaticDefine.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/StaticDefine.cs b/WorldlineKeepers/Assets/Scripts/StaticDefine.cs new file mode 100644 index 0000000..53219b5 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/StaticDefine.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace WK +{ + + public class StaticDefine + { + public static string StatsFilePath = "metadata/default_stats.csv"; + public static string BuffFilePath = "metadata/default_buffs.csv"; + + } + +}
\ No newline at end of file |