整合SLSUtilities
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace LunaWolfStudios.ScriptableSheets.Samples.Localization
|
||||
{
|
||||
public enum Language
|
||||
{
|
||||
English = 0,
|
||||
French = 1,
|
||||
German = 2,
|
||||
Italian = 3,
|
||||
Polish = 4,
|
||||
Russian = 5,
|
||||
Spanish = 6,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user