ConstSortingOrder.cs 103 B

1234567
  1. namespace GFGGame
  2. {
  3. public class ConstSortingOrder
  4. {
  5. public const int TOP = 99;
  6. }
  7. }