Cleanup ActorFactory
This commit is contained in:
parent
60c3ad5317
commit
74d18bf535
@ -17,7 +17,7 @@ namespace DiIiS_NA.GameServer.GSSystem.ActorSystem
|
|||||||
{
|
{
|
||||||
public static class ActorFactory
|
public static class ActorFactory
|
||||||
{
|
{
|
||||||
private static readonly Dictionary<ActorSno, Type> SNOHandlers = new Dictionary<ActorSno, Type>();
|
private static readonly Dictionary<ActorSno, Type> SNOHandlers;
|
||||||
private static Logger Logger = new Logger("ActorFactory");
|
private static Logger Logger = new Logger("ActorFactory");
|
||||||
|
|
||||||
static ActorFactory()
|
static ActorFactory()
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title