CloudWars.Game.Controllers.RemoteController.TwoWayController_ConnectionLost C# (CSharp) Method

TwoWayController_ConnectionLost() public method

public TwoWayController_ConnectionLost ( Needletail.Mvc.ClientCall call ) : void
call Needletail.Mvc.ClientCall
return void
        void TwoWayController_ConnectionLost(ClientCall call)
        {
            //Implement code that needs to be executed when a connection is lost
        }