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