mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Vendored
-1
@@ -1354,7 +1354,6 @@ declare module Phaser {
|
||||
static SECOND: number;
|
||||
static HALF: number;
|
||||
static QUARTER: number;
|
||||
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
add(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
repeat(delay: number, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
|
||||
Reference in New Issue
Block a user