1
0
Fork 0
spacetac/src/scripts/game/Serializable.ts

8 lines
125 B
TypeScript
Raw Normal View History

module SpaceTac.Game {
"use strict";
// Base class for serializable objects
export class Serializable {
}
}