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

Inheritance: Ankama.Cube.UI.Debug.FightAdminCommands.AbstractFightAdminCommand
显示文件 Open project: hussein-aitlahcen/nevaw

Public Methods

Method Description
Handle ( ) : bool
IsRunning ( ) : bool

Protected Methods

Method Description
Execute ( ) : void
InstantFightAdminCommand ( string name, KeyCode key ) : UnityEngine

Method Details

Execute() protected abstract method

protected abstract Execute ( ) : void
return void

Handle() public final method

public final Handle ( ) : bool
return bool

InstantFightAdminCommand() protected method

protected InstantFightAdminCommand ( string name, KeyCode key ) : UnityEngine
name string
key KeyCode
return UnityEngine

IsRunning() public final method

public final IsRunning ( ) : bool
return bool