summaryrefslogtreecommitdiffstats
path: root/src/model/Entity.coffee
blob: 70c81fac590b8dacb1fc238dff2562a5e3526115 (plain)
1
2
3
4
5
6
7
8
'use strict'


class Entity
        constructor: (@name) ->


module.exports = Entity