mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add more auction checks
This commit is contained in:
parent
f35456385d
commit
35a1d00dd3
8 changed files with 689 additions and 4 deletions
|
@ -16,6 +16,7 @@ using HISP.Game.Services;
|
|||
using HISP.Game.Inventory;
|
||||
using HISP.Game.SwfModules;
|
||||
using HISP.Game.Horse;
|
||||
using HISP.Game.Events;
|
||||
using HISP.Game.Items;
|
||||
|
||||
namespace HISP.Server
|
||||
|
@ -37,6 +38,9 @@ namespace HISP.Server
|
|||
|
||||
public static Random RandomNumberGenerator = new Random();
|
||||
|
||||
// Events
|
||||
public static RealTimeRiddle ActiveRiddleEvent;
|
||||
|
||||
/*
|
||||
* Private stuff
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue