evershade/Assets/Scripts/Utils/AppConfig.cs

8 lines
157 B
C#

namespace Utils
{
public class AppConfig
{
public const string PLAYER_TAG = "Player";
public const int PLAYER_LAYER = 100;
}
}