namespace GFGGame { public class ConstBonusStatus { public const int CAN_NOT_GET = 0; public const int CAN_GET = 1; public const int GOT = 2; } }