mirror of
https://github.com/wassname/phaser.git
synced 2026-07-02 17:00:42 +08:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
/// <reference path="../../Game.d.ts" />
|
|
module Phaser.Easing {
|
|
class Linear {
|
|
static None(k);
|
|
}
|
|
}
|