mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
fixed whitespace to fit with code style
This commit is contained in:
parent
b0988a8960
commit
7fa2e0d02e
4 changed files with 68 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue