mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
18 lines
395 B
XML
18 lines
395 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>combat</id>
|
|
<version>1</version>
|
|
<name>Combat</name>
|
|
<description>Manages combat between game characters.</description>
|
|
<authors>
|
|
<author>Ryley</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>wilderness.rb</script>
|
|
</scripts>
|
|
<dependencies>
|
|
<dependency>attributes</dependency>
|
|
<dependency>areas</dependency>
|
|
</dependencies>
|
|
</plugin>
|