Exemplo n.º 1
0
 public SlimPlayer(SlimCLI server, Dictionary <string, string> attributes)
 {
     _server     = server;
     _attributes = attributes;
 }
Exemplo n.º 2
0
 public SlimPlayer(SlimCLI server, string playerID)
 {
     _server                 = server;
     _attributes             = new Dictionary <string, string>();
     _attributes["playerid"] = playerID;
 }