10 lines
195 B
C#
10 lines
195 B
C#
namespace Assets.Resources.Scripts.Constants
|
|
{
|
|
public static class ScreenNames
|
|
{
|
|
public const string Main = "MainScreen";
|
|
|
|
public const string AR = "ARScreen";
|
|
}
|
|
}
|