Beispiel #1
0
 public TPServerPlayer(float[] rgb, string prefix, string suffix)
     : base("Server")
 {
     Group = new SuperAdminGroup(rgb, prefix, suffix);
 }
Beispiel #2
0
 //That bizarre... need to reread this stack
 public TSRestPlayer(ConfigFile config)
     : base(config.SuperAdminChatRGB, config.SuperAdminChatPrefix, config.SuperAdminChatSuffix)
 {
     Group = new SuperAdminGroup(config.SuperAdminChatRGB, config.SuperAdminChatPrefix, config.SuperAdminChatSuffix);
     AwaitingResponse = new Dictionary<string, Action<object>>();
 }
Beispiel #3
0
 public TPServerPlayer(float[] rgb, string prefix, string suffix)
     : base("Server")
 {
     Group = new SuperAdminGroup(rgb, prefix, suffix);
 }
Beispiel #4
0
 //That bizarre... need to reread this stack
 public TSRestPlayer(ConfigFile config) : base(config.SuperAdminChatRGB, config.SuperAdminChatPrefix, config.SuperAdminChatSuffix)
 {
     Group            = new SuperAdminGroup(config.SuperAdminChatRGB, config.SuperAdminChatPrefix, config.SuperAdminChatSuffix);
     AwaitingResponse = new Dictionary <string, Action <object> >();
 }