Make startPositionIndex public (#1288)

* Make startPositionIndex public

startPositions is a public list, so the index should be too.

* Update NetworkManager.cs

* Update NetworkManager.cs
This commit is contained in:
MrGadget 2019-12-06 00:55:38 -05:00 committed by vis2k
parent 424a417e35
commit 7843b12f7f

View File

@ -789,7 +789,7 @@ void FinishLoadScene()
#region Start Positions #region Start Positions
static int startPositionIndex; public static int startPositionIndex;
/// <summary> /// <summary>
/// List of transforms populted by NetworkStartPosition components found in the scene. /// List of transforms populted by NetworkStartPosition components found in the scene.