C# Class Ankama.Cube.UI.Debug.FightAdminCommands.InstantFightAdminCommand

Inheritance: Ankama.Cube.UI.Debug.FightAdminCommands.AbstractFightAdminCommand
Afficher le fichier Open project: hussein-aitlahcen/nevaw

Méthodes publiques

Méthode Description
Handle ( ) : bool
IsRunning ( ) : bool

Méthodes protégées

Méthode Description
Execute ( ) : void
InstantFightAdminCommand ( string name, KeyCode key ) : UnityEngine

Method Details

Execute() protected abstract méthode

protected abstract Execute ( ) : void
Résultat void

Handle() public final méthode

public final Handle ( ) : bool
Résultat bool

InstantFightAdminCommand() protected méthode

protected InstantFightAdminCommand ( string name, KeyCode key ) : UnityEngine
name string
key KeyCode
Résultat UnityEngine

IsRunning() public final méthode

public final IsRunning ( ) : bool
Résultat bool