src/caves/entities/aspects/attacker.clj @ b894c3ffe436

what have I done?
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Jul 2012 00:31:26 -0400
parents 716b6b7e09f1
children 180b5b981d92
(ns caves.entities.aspects.attacker
  (:use [caves.entities.core :only [defaspect]]))


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