namespace GFGGame { public class ConstSortingOrder { public const int TOP = 99; public const int Debug = 100; } }