1
0
Fork 0
spacetac/src/ui/common/UIText.ts

8 lines
144 B
TypeScript
Raw Normal View History

2018-05-15 14:57:45 +00:00
module TK.SpaceTac.UI {
/**
* UI component to display a text
*/
export class UIText extends Phaser.GameObjects.Text {
}
}