C# Class BattleController, sprint_workshop

Inheritance: ControllerBase
Afficher le fichier Open project: hekk/sprint_workshop Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
SendBattleState ( ) : void
SendChangingTurn ( ) : void

Private Methods

Méthode Description
ReceiveBattleState ( int state ) : void
ReceiveChangingTurn ( int stoneType ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnPhotonSerializeView() public méthode

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

SendBattleState() public méthode

public SendBattleState ( ) : void
Résultat void

SendChangingTurn() public méthode

public SendChangingTurn ( ) : void
Résultat void