mirror of
https://github.com/photonstorm/phaser
synced 2024-12-24 12:03:36 +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);
|
|
}
|
|
}
|