Skip to content

Commit 4d3225e

Browse files
committed
v1.00
1 parent 0d0d6e7 commit 4d3225e

5 files changed

Lines changed: 516 additions & 284 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

0 commit comments

Comments
 (0)