|
My Project
|
Public Member Functions | |
| void | Shutdown () |
| void | AddCommand (Command command) |
| string | RconCommand (string cmd) |
Public Attributes | |
| bool | ConnectedWithPassword |
| List< RconListener > | listeners = new List<RconListener>() |
| List< string > | executeCommands = new List<string>() |
| List< string > | logs = new List<string>() |
Properties | |
| bool | HasListeners [get] |
Properties inherited from Teal.MonoSingleton< RconSocket > | |
| static T | Get [get] |
| Returns the singleton instance. | |
Additional Inherited Members | |
Static Protected Attributes inherited from Teal.MonoSingleton< RconSocket > | |
| static T | _instance |