mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-24 19:27:16 +00:00
...
This commit is contained in:
parent
8cb0c42901
commit
3bc6f090d4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace SanAndreasUnity.UI
|
|||
bool m_dontListen = false;
|
||||
bool m_dedicatedServer = false;
|
||||
string m_maxNumPlayersStr = "40";
|
||||
[SerializeField] string[] m_availableScenes = new string[]{"Main", "ModelViewer"};
|
||||
[SerializeField] string[] m_availableScenes = new string[0];
|
||||
int m_selectedSceneIndex = 0;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue