mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 14:44:17 +00:00
c3aebc3826
* Added RCON dotnet submodule * RCON Manager * RCON works * Switched inter-thread passing from tasks callbacks to BlockingCollection * Cleanup * Config based rcon port and password * RCON is disabled by default in config * Added SanAndreasUnity.RCON namespace to CommandInterpreter * Pass command to main thread first and report progress afterwards * Minor cleanup * Removed InvalidOperationException as it was never possible * Moved OnLoaderFinished code in RCONManager * Added RCONManager script to prefab * Added meta files
9 lines
336 B
Text
9 lines
336 B
Text
[submodule "Assets/MirrorLite"]
|
|
path = Assets/MirrorLite
|
|
url = https://github.com/GTA-ASM/MirrorLite
|
|
[submodule "Assets/UnityStandardAssets"]
|
|
path = Assets/UnityStandardAssets
|
|
url = https://github.com/GTA-ASM/UnityStandardAssets
|
|
[submodule "Assets/RCONdotnet"]
|
|
path = Assets/RCONdotnet
|
|
url = https://github.com/undbsd/rcon-dotnet
|