C# Class ArenaNotifications, Ravenfall-Legacy

Inheritance: MonoBehaviour
Afficher le fichier Open project: zerratar/Ravenfall-Legacy

Méthodes publiques

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

Private Methods

Méthode Description
DisableAll ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ShowActivateArena() public méthode

public ShowActivateArena ( int playersRequired ) : void
playersRequired int
Résultat void

ShowDraw() public méthode

public ShowDraw ( ) : void
Résultat void

ShowStartArena() public méthode

public ShowStartArena ( ) : void
Résultat void

ShowStartingSoon() public méthode

public ShowStartingSoon ( int secondsLeft ) : void
secondsLeft int
Résultat void

ShowWinner() public méthode

public ShowWinner ( PlayerController, player ) : void
player PlayerController,
Résultat void