mirror of
https://github.com/wassname/phaser.git
synced 2026-07-15 01:11:26 +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);
|
|
}
|
|
}
|