13 lines
367 B
C#
13 lines
367 B
C#
public static class Strings
|
|
{
|
|
public static string
|
|
ErrorContent = "Canvas/ErrorScrollView/Viewport/Content";
|
|
|
|
|
|
public static string NoValueSelectedString = "No Value";
|
|
public static string CharaErrorPrefab = "icon_chara_error";
|
|
public static string PopupButtonPrefab = "PopupButton";
|
|
public static string ErrorTextPrefab = "ErrorText";
|
|
|
|
}
|