forked from Botanical/BotanJS
18 lines
281 B
JavaScript
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;
|