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