Add a DSL for defining ammo types

This commit is contained in:
Gary Tierney
2017-09-24 15:02:51 +01:00
parent 1303c25430
commit 5bd663f505
4 changed files with 453 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
plugin {
name = "combat"
description = "Extensible framework for combat."
authors = [
"Gary Tierney <gary.tierney@gmx.com>"
]
dependencies = [
"util:lookup"
]
}