diff options
author | chai <chaifix@163.com> | 2022-04-23 00:01:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-23 00:01:46 +0800 |
commit | 747a355b8a7d273264ce1d8f1848633f8fa52c47 (patch) | |
tree | 0892c72aa6be72f2b6c0e02dc6a660574691c1df /SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs | |
parent | 64eeb50eb855d1166d41bd25b58a34919a49589d (diff) |
+ gem
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs b/SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs new file mode 100644 index 0000000..5f156b1 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Decorations/Decoration_Boot.cs @@ -0,0 +1,13 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// <summary> +/// Ñ¥×Ó +/// </summary> +public class Decoration_Boot : DecorationBase +{ + + + +}
\ No newline at end of file |