src/caves/entities/core.clj @ 87a202e98676 entry-04

moar
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jul 2012 20:32:47 -0400
parents 9770861b040f
children a208f6298145
(ns caves.entities.core)


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