summaryrefslogtreecommitdiff
path: root/src/game/hazard.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/hazard.lisp')
-rw-r--r--src/game/hazard.lisp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/game/hazard.lisp b/src/game/hazard.lisp
index c6ad58d..ceb1ad0 100644
--- a/src/game/hazard.lisp
+++ b/src/game/hazard.lisp
@@ -1,5 +1,7 @@
(in-package :dnd)
+;;; MODEL CLASSES
+
(defclass hazard (game-object)
((quest
:accessor quest-of
@@ -26,3 +28,17 @@
:documentation "How dangerous the hazard is." ))
(:metaclass db:persistent-class)
(:documentation "Hazard is a superclass for all hazards encountered in a quest. It's chronicle includes data about which heroes fought and which overcame."))
+
+;;; HELPERS
+
+;;; QUERIES
+
+;;; TRANSACTIONS
+
+;;; MODEL VIEWS
+
+;;; PAGES & PAGE CLASSES
+
+;;; ENDPOINT HELPERS
+
+;;; ENDPOINT DEFINITIONS