WaitForButton() public method

public WaitForButton ( string b, float t, int n, int nf ) : void
b string
t float
n int
nf int
return void
Exemplo n.º 1
0
 public override void Execute(GameEvent gameEvent)
 {
     gameEvent.WaitForButton(this.key, this.time, this.next, this.nextFail);
 }