C# Class GameMode, WaitingForHorus

Inheritance: MonoBehaviour
Datei anzeigen Open project: merveilles/WaitingForHorus Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
OnNewConnection ( uLink newPlayer ) : void
ReceiveMapChanged ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnNewConnection() public method

public OnNewConnection ( uLink newPlayer ) : void
newPlayer uLink
return void

ReceiveMapChanged() public method

public ReceiveMapChanged ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void