Assets.Gamelogic.Player.SendClientConnection.OnDisable C# (CSharp) Method

OnDisable() private method

private OnDisable ( ) : void
return void
        private void OnDisable()
        {
            StopCoroutine(heartbeatCoroutine);
        }