Core/Refactor: Part 1

This commit is contained in:
hondacrx
2018-05-07 18:56:09 -04:00
parent b2c1554065
commit 216db1c23a
83 changed files with 298 additions and 296 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ namespace Game.Network.Packets
public string Prefix = "";
public string Channel = "";
public string ChatText = "";
public uint AchievementID = 0;
public uint AchievementID;
public ChatFlags _ChatFlags = 0;
public float DisplayTime = 0.0f;
public bool HideChatLog = false;