From 1b391f68c793406701a23dd2fd6026997288e9d3 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sun, 19 May 2024 16:03:05 +0800 Subject: *doc --- Documents/YesCommander.xlsx | Bin 9780648 -> 11830201 bytes YesCommander/Assets/Scripts.meta | 8 ++++++++ YesCommander/Assets/Scripts/Utils.meta | 8 ++++++++ YesCommander/Assets/Scripts/Utils/Utils.cs | 14 ++++++++++++++ YesCommander/Assets/Scripts/Utils/Utils.cs.meta | 11 +++++++++++ 5 files changed, 41 insertions(+) create mode 100644 YesCommander/Assets/Scripts.meta create mode 100644 YesCommander/Assets/Scripts/Utils.meta create mode 100644 YesCommander/Assets/Scripts/Utils/Utils.cs create mode 100644 YesCommander/Assets/Scripts/Utils/Utils.cs.meta diff --git a/Documents/YesCommander.xlsx b/Documents/YesCommander.xlsx index e874113..d9344c3 100644 Binary files a/Documents/YesCommander.xlsx and b/Documents/YesCommander.xlsx differ 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: -- cgit v1.1-26-g67d0