Skip to content

Commit 744f546

Browse files
committed
Version 2.00
1 parent d9fe782 commit 744f546

File tree

6 files changed

+726
-501
lines changed

6 files changed

+726
-501
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/*
2+
* Copyright (c) 2020 AoiKamishiro
3+
*
4+
* This code is provided under the MIT license.
5+
*
6+
*/
7+
8+
namespace Kamishiro.UnityEditor.CopyDynamicBones
9+
{
10+
internal static class Translate
11+
{
12+
private const string ContinueEN = "Continue";
13+
private const string ContinueJP = "続行";
14+
private const string CancelEN = "Cancel";
15+
private const string CancelJP = "中止";
16+
}
17+
internal static class URL
18+
{
19+
public const string GIUHUB_REPOS = "https://github.com/AoiKamishiro/UnityCustomEditor_CopyDynamicBones";
20+
public const string GITHUB_RELEASE = "https://github.com/AoiKamishiro/UnityCustomEditor_CopyDynamicBones/releases";
21+
public const string GITHUB_VERCHECK = "https://api.github.com/repos/AoiKamishiro/UnityCustomEditor_CopyDynamicBones/releases/latest";
22+
//public const string BOOTH_PAGE = "https://kamishirolab.booth.pm/items/";
23+
}
24+
25+
internal static class UIText
26+
{
27+
public const string author = "AoiKamishiro";
28+
//public const string
29+
}
30+
}

0 commit comments

Comments
 (0)