diff options
-rw-r--r-- | Documents/YesCommander.xlsx | bin | 9780648 -> 11830201 bytes | |||
-rw-r--r-- | YesCommander/Assets/Scripts.meta | 8 | ||||
-rw-r--r-- | YesCommander/Assets/Scripts/Utils.meta | 8 | ||||
-rw-r--r-- | YesCommander/Assets/Scripts/Utils/Utils.cs | 14 | ||||
-rw-r--r-- | YesCommander/Assets/Scripts/Utils/Utils.cs.meta | 11 |
5 files changed, 41 insertions, 0 deletions
diff --git a/Documents/YesCommander.xlsx b/Documents/YesCommander.xlsx Binary files differindex e874113..d9344c3 100644 --- a/Documents/YesCommander.xlsx +++ b/Documents/YesCommander.xlsx diff --git a/YesCommander/Assets/Scripts.meta b/YesCommander/Assets/Scripts.meta new file mode 100644 index 0000000..bdab618 --- /dev/null +++ b/YesCommander/Assets/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0aac5e4d3d596674a9e218eed0ca14b9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/YesCommander/Assets/Scripts/Utils.meta b/YesCommander/Assets/Scripts/Utils.meta new file mode 100644 index 0000000..24d0a2c --- /dev/null +++ b/YesCommander/Assets/Scripts/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d93a787392fc579439b0123ed5142537 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/YesCommander/Assets/Scripts/Utils/Utils.cs b/YesCommander/Assets/Scripts/Utils/Utils.cs new file mode 100644 index 0000000..286d5c5 --- /dev/null +++ b/YesCommander/Assets/Scripts/Utils/Utils.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace YC.Utils +{ + + public static class Utils + { + + + } + +} diff --git a/YesCommander/Assets/Scripts/Utils/Utils.cs.meta b/YesCommander/Assets/Scripts/Utils/Utils.cs.meta new file mode 100644 index 0000000..139a039 --- /dev/null +++ b/YesCommander/Assets/Scripts/Utils/Utils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: daafacea8022daa4ab9d01e6da51e037 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: |