CommonDefines.cs 126 B

12345678
  1. 
  2. namespace Modules.Robot
  3. {
  4. public static class BuffId
  5. {
  6. public const int BUFF_FORBIDDEN_PLAYER_BUY_ITEM = 660100;
  7. }
  8. }