Add system.threading

This commit is contained in:
Li 2022-05-08 17:42:07 +12:00
parent dd99e49ef7
commit 219c9fa95a
2 changed files with 5 additions and 3 deletions

View file

@ -5,8 +5,10 @@ using HISP.Game.Services;
using HISP.Game.SwfModules;
using HISP.Game.Chat;
using HISP.Security;
using System;
using System.Diagnostics;
using System.Threading;
namespace HISP.Server
{