C# Class BattleController, sprint_workshop

Inheritance: ControllerBase
Datei anzeigen Open project: hekk/sprint_workshop Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
SendBattleState ( ) : void
SendChangingTurn ( ) : void

Private Methods

Method Description
ReceiveBattleState ( int state ) : void
ReceiveChangingTurn ( int stoneType ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnPhotonSerializeView() public method

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
return void

SendBattleState() public method

public SendBattleState ( ) : void
return void

SendChangingTurn() public method

public SendChangingTurn ( ) : void
return void