mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
11 lines
215 B
Groovy
11 lines
215 B
Groovy
plugin {
|
|
name = "combat"
|
|
description = "Extensible framework for combat."
|
|
authors = [
|
|
"Gary Tierney <gary.tierney@gmx.com>"
|
|
]
|
|
dependencies = [
|
|
"util:lookup",
|
|
"api"
|
|
]
|
|
} |