fixed whitespace to fit with code style

This commit is contained in:
lokulin 2014-11-11 00:55:42 +11:00
parent b0988a8960
commit 7fa2e0d02e
4 changed files with 68 additions and 67 deletions

View file

@ -22,9 +22,9 @@ namespace MinecraftClient.Protocol
string getUserUUID();
string getSessionID();
void addPlayer(string uuid, string name);
void removePlayer(string uuid);
HashSet<string> getPlayers();
void addPlayer(string uuid, string name);
void removePlayer(string uuid);
HashSet<string> getPlayers();
/// <summary>
/// This method is called when the protocol handler receives a chat message