public SlimPlayer(SlimCLI server, Dictionary <string, string> attributes) { _server = server; _attributes = attributes; }
public SlimPlayer(SlimCLI server, string playerID) { _server = server; _attributes = new Dictionary <string, string>(); _attributes["playerid"] = playerID; }