mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
16 lines
395 B
XML
16 lines
395 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>door</id>
|
|
<version>1</version>
|
|
<name>Doors</name>
|
|
<description>Adds support for doors throughout the game.</description>
|
|
<authors>
|
|
<author>Shiver</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>constants.rb</script>
|
|
<script>util.rb</script>
|
|
<script>door.rb</script>
|
|
</scripts>
|
|
<dependencies/>
|
|
</plugin> |