botanjs/src/externs/System.Cycle.js
raw ยท 281 bytes
/** @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;