mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 21:55:42 +12:00
Add system.threading
This commit is contained in:
parent
dd99e49ef7
commit
219c9fa95a
2 changed files with 5 additions and 3 deletions
|
@ -5,8 +5,10 @@ using HISP.Game.Services;
|
||||||
using HISP.Game.SwfModules;
|
using HISP.Game.SwfModules;
|
||||||
using HISP.Game.Chat;
|
using HISP.Game.Chat;
|
||||||
using HISP.Security;
|
using HISP.Security;
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace HISP.Server
|
namespace HISP.Server
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue