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

9 lines
185 B
TypeScript

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