From cc10599f1531e18998fd8a6d80f8b17846699d63 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 1 Apr 2023 10:13:17 -0700 Subject: Add navbar and various unaccountable changes --- src/game/hazard.lisp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/game/hazard.lisp') 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 -- cgit v1.2.3