mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +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);
|
|
}
|
|
}
|