Enum_Active.php 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. namespace loyalsoft;
  8. /**
  9. * Description of Enum_Active
  10. *
  11. * @author cyzhao
  12. */
  13. class Enum_Active extends Enum{
  14. /**
  15. * 新手活动
  16. */
  17. const NewWish = 1;
  18. /**
  19. * 常驻活动
  20. */
  21. const OpenWish= 2;
  22. /**
  23. * 唤灵师活动
  24. */
  25. const HuanlingshiActive= 3;
  26. /**
  27. * 言灵活动
  28. */
  29. const YanlingActive= 4;
  30. /**
  31. * 武器活动
  32. */
  33. const WuqiActive= 5;
  34. }
  35. class Enum_ActiveItemType extends Enum{
  36. /**
  37. *
  38. */
  39. const R = 1;
  40. /**
  41. *
  42. */
  43. const Sr= 2;
  44. /**
  45. *
  46. */
  47. const Ssr= 3;
  48. }
  49. /**
  50. *
  51. */
  52. //const Sr = 1;
  53. /**
  54. *
  55. */
  56. //const Ssr= 2;
  57. /**
  58. *
  59. */
  60. //const Ur= 3;