namespace GFGGame { public class ConstMusicName { public const string DEFAULT = "music"; public const string DRESS_UP = "dressup"; } }