diff options
author | chai <chaifix@163.com> | 2022-04-25 16:57:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-25 16:57:40 +0800 |
commit | cce2815f3bcfeec2f4c13386d073d20778724656 (patch) | |
tree | b797ed570ffa423587f6032727263fd8b666d4ad /SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs | |
parent | 48cce250a683024009bdf35a10c6710c615022d6 (diff) |
*EventCenter
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs b/SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs new file mode 100644 index 0000000..9043684 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Titles/Title_MachineExpert.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// <summary> +/// »úеר¼Ò +/// </summary> +public class Title_MachineExpert : TitleBase +{ + +}
\ No newline at end of file |