diff options
Diffstat (limited to 'src/votann/records/weapon.clj')
| -rw-r--r-- | src/votann/records/weapon.clj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/votann/records/weapon.clj b/src/votann/records/weapon.clj new file mode 100644 index 0000000..851bd9f --- /dev/null +++ b/src/votann/records/weapon.clj @@ -0,0 +1,3 @@ +(ns votann.records.weapon) + +(defrecord Weapon [name abilities range a bs s ap d]) |