Recovery from massive git messup.

This commit is contained in:
Simon Brooke 2020-05-24 10:40:48 +01:00
parent faf3dae725
commit 70b139530b
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
40 changed files with 767 additions and 291 deletions

View file

@ -1,6 +1,6 @@
(ns the-great-game.agent.agent
"Anything in the game world with agency"
(:require [the-great-game.objects.object :refer [ProtoObject]]
(:require [the-great-game.objects.game-object :refer [ProtoObject]]
[the-great-game.objects.container :refer [ProtoContainer]]))
;; hierarchy of needs probably gets implemented here