File tree Expand file tree Collapse file tree
Assets/00Kamishiro/BakeryAutoSetup/Editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2020 AoiKamishiro
3+ *
4+ * This code is provided under the MIT license.
5+ *
6+ */
7+
8+ namespace Kamishiro . UnityEditor . BakeryAutoSetup
9+ {
10+ internal static class URL
11+ {
12+ public const string GIUHUB_REPOS = "https://github.com/AoiKamishiro/UnityCustomEditor_BakeryAutoSetup" ;
13+ public const string GITHUB_RELEASE = "https://github.com/AoiKamishiro/UnityCustomEditor_BakeryAutoSetup/releases" ;
14+ public const string GITHUB_VERCHECK = "https://api.github.com/repos/AoiKamishiro/UnityCustomEditor_BakeryAutoSetup/releases/latest" ;
15+ //public const string BOOTH_PAGE = "https://kamishirolab.booth.pm/items/";
16+ }
17+
18+ internal static class UIText
19+ {
20+ public const string author = "Author: AoiKamishiro / 神城アオイ" ;
21+ public const string localVer = "Local Version: " ;
22+ public const string remoteVer = "Remote Version: " ;
23+ public const string github = "Github" ;
24+ public const string booth = "Booth" ;
25+ public const string vket = "Vket" ;
26+ public const string btnDescription = "操作説明(日本語)" ;
27+ public const string btnReadme = "README.md" ;
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments