ConstGuideId.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. namespace GFGGame
  2. {
  3. public class ConstGuideId
  4. {
  5. // public const string START_STORY = "START_STORY";
  6. // public const string SINGLE_FIGHT = "SINGLE_FIGHT";
  7. // public const string UP_CARD_STAR = "UP_CARD_STAR";
  8. // public const string PHOTOGRAPH = "PHOTOGRAPH";
  9. // public const string FIRST_FIGHT_FAILED = "FIRST_FIGHT_FAILED";
  10. // public const string FIRST_FIGHT_SINGLE_WIN = "FIRST_FIGHT_SINGLE_WIN";
  11. // public const string FIRST_FIGHT_TARGET_WIN = "FIRST_FIGHT_TARGET_WIN";
  12. // public const string GET_SUIT_ITEM_FIRST = "GET_SUIT_ITEM_FIRST";
  13. // public const string GET_SUIT_ITEM_FULL = "GET_SUIT_ITEM_FULL";
  14. // public const string GET_BONUS_FIRST = "GET_BONUS_FIRST";
  15. // public const string STUDIO_OPEN = "STUDIO_OPEN";
  16. public const string START_FIGHT = "START_FIGHT";
  17. public const string FREEDOM_DRESS = "FREEDOM_DRESS";
  18. public const string ENTER_CHAPTER = "ENTER_CHAPTER";
  19. public const string BUY_CLOTHING = "BUY_CLOTHING";
  20. public const string FIGHT_TIPS = "FIGHT_TIPS";
  21. public const string TARGET_FIGHT = "TARGET_FIGHT";
  22. public const string SKILL_CARD_FIGHT = "SKILL_CARD_FIGHT";
  23. public const string UP_CARD_LV = "UP_CARD_LV";
  24. public const string AUTOPLAY_FIGHT = "AUTOPLAY_FIGHT";
  25. public const string STUDIO_METAL = "STUDIO_METAL";
  26. public const string CLOTHING_DECOMPOSE = "CLOTHING_DECOMPOSE";
  27. public const string CLOTHING_SYNTHETIC = "CLOTHING_SYNTHETIC";
  28. public const string STUDIO_FILING = "STUDIO_FILING";
  29. public const string OPEN_TAGS = "OPEN_TAGS";
  30. public const string POEM = "POEM";
  31. public const string TRAVEL = "TRAVEL";
  32. public const string SUIT_LIST_VIEW = "SUIT_LIST_VIEW";
  33. public const string FIELD = "FIELD";
  34. public const string LUCKY_BOX = "LUCKY_BOX";
  35. public const string LUCKY_BOX_LINE = "LUCKY_BOX_LINE";
  36. }
  37. }