mirror of
https://github.com/photonstorm/phaser
synced 2024-12-24 20:13:35 +00:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
|
/// <reference path="../../Game.d.ts" />
|
||
|
module Phaser.Easing {
|
||
|
class Linear {
|
||
|
static None(k);
|
||
|
}
|
||
|
}
|