C# Class ArenaNotifications, Ravenfall-Legacy

Inheritance: MonoBehaviour
Exibir arquivo Open project: zerratar/Ravenfall-Legacy

Public Methods

Method Description
ShowActivateArena ( int playersRequired ) : void
ShowDraw ( ) : void
ShowStartArena ( ) : void
ShowStartingSoon ( int secondsLeft ) : void
ShowWinner ( PlayerController, player ) : void

Private Methods

Method Description
DisableAll ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ShowActivateArena() public method

public ShowActivateArena ( int playersRequired ) : void
playersRequired int
return void

ShowDraw() public method

public ShowDraw ( ) : void
return void

ShowStartArena() public method

public ShowStartArena ( ) : void
return void

ShowStartingSoon() public method

public ShowStartingSoon ( int secondsLeft ) : void
secondsLeft int
return void

ShowWinner() public method

public ShowWinner ( PlayerController, player ) : void
player PlayerController,
return void