src/caves/entities/aspects/attacker.clj @ 716b6b7e09f1 entry-05

Kill things!
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jul 2012 19:55:28 -0400
parents (none)
children b894c3ffe436
(ns caves.entities.aspects.attacker)


(defprotocol Attacker
  (attack [this world target]
          "Attack the target."))