mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Basic Example: Syntax
This commit is contained in:
parent
2dca328fff
commit
b9ad577971
@ -11,7 +11,7 @@ public class Player : NetworkBehaviour
|
|||||||
public event System.Action<int> OnPlayerDataChanged;
|
public event System.Action<int> OnPlayerDataChanged;
|
||||||
|
|
||||||
// Players List to manage playerNumber
|
// Players List to manage playerNumber
|
||||||
internal static readonly List<Player> playersList = new List<Player>();
|
static readonly List<Player> playersList = new List<Player>();
|
||||||
|
|
||||||
internal static void ResetPlayerNumbers()
|
internal static void ResetPlayerNumbers()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user