ld31-space-diggers/src/entities/base_entity.coffee

4 lines
62 B
CoffeeScript
Raw Normal View History

2014-12-06 12:37:57 +01:00
class BaseEntity
2014-12-06 09:16:55 +01:00
constructor: (options) ->
2014-12-06 12:37:57 +01:00
{} = options