src/caves/entities/core.clj @ 9770861b040f

wat
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jul 2012 00:52:51 -0400
parents (none)
children a208f6298145
(ns caves.entities.core)


(defprotocol Entity
  (tick [this world]
        "Update the world to handle the passing of a tick for this entity."))