Gameplay.Unit.PlayerUnit.OnStartLocalPlayer C# (CSharp) Method

OnStartLocalPlayer() public method

public OnStartLocalPlayer ( ) : void
return void
        public override void OnStartLocalPlayer()
        {
            base.OnStartLocalPlayer();
            GameplayController.Instance.DispatchOnPlayerSpawnEvent(this);
        }