diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-25 21:24:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-25 21:24:25 +0800 |
| commit | 6c6eb867d20937d66338b353439f22e4f297881f (patch) | |
| tree | da2b5285d95fd49ab45924ad220e3153488d6b5a /Assets/TutorialInfo/Scripts/Readme.cs | |
| parent | e739c04a8ddbcbb630ee1bda65b09833a81241c8 (diff) | |
移除教程和README,移动移动系统设置位置dev_pzw
Diffstat (limited to 'Assets/TutorialInfo/Scripts/Readme.cs')
| -rw-r--r-- | Assets/TutorialInfo/Scripts/Readme.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Assets/TutorialInfo/Scripts/Readme.cs b/Assets/TutorialInfo/Scripts/Readme.cs deleted file mode 100644 index 95f6269..0000000 --- a/Assets/TutorialInfo/Scripts/Readme.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using UnityEngine; - -public class Readme : ScriptableObject -{ - public Texture2D icon; - public string title; - public Section[] sections; - public bool loadedLayout; - - [Serializable] - public class Section - { - public string heading, text, linkText, url; - } -} |
