diff options
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/BillboardUsage.cs')
-rw-r--r-- | Client/Assets/Scripts/XMainClient/BillboardUsage.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/BillboardUsage.cs b/Client/Assets/Scripts/XMainClient/BillboardUsage.cs new file mode 100644 index 00000000..b96b3c16 --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/BillboardUsage.cs @@ -0,0 +1,10 @@ +using System;
+
+namespace XMainClient
+{
+ internal enum BillboardUsage
+ {
+ Indure,
+ MP
+ }
+}
|