summaryrefslogtreecommitdiffstats
path: root/src/model/Entity.ts
blob: b9a52ebe39bb47615860de4cfc018a7c577ff4b7 (plain)
1
2
3
4
5
6
'use strict';


export default class Entity {
        constructor(public name: string) {}
}