AstroJS/botanjs/src/externs/System.Cycle.js

18 lines
281 B
JavaScript
Raw Normal View History

2015-08-14 10:12:10 +00:00
/** @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;