Files
phaser/Phaser/system/easing/Quartic.d.ts
T

9 lines
186 B
TypeScript

/// <reference path="../../Game.d.ts" />
module Phaser.Easing {
class Quartic {
static In(k): number;
static Out(k): number;
static InOut(k): number;
}
}