AstroJS/botanjs/src/externs/System.Cycle.js
2015-08-14 18:12:10 +08:00

18 lines
281 B
JavaScript

/** @constructor */
System.Cycle = function (){}
/** @type {Function} */
System.Cycle.next;
/** @type {Function} */
System.Cycle.delay;
/** @type {Function} */
System.Cycle.perma;
/** @type {Function} */
System.Cycle.permaRemove;
/** @type {System.Tick} */
System.Cycle.TICK;