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