GlobalParam.cs 214 B

123456789
  1. namespace Core.Utility
  2. {
  3. public class GlobalParam
  4. {
  5. public static int Item_Coin_ID = 1001;
  6. public static int Item_Diamond_ID = 1002;
  7. public static int Item_HeroExp_ID = 1003;
  8. }
  9. }