mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
Add door plugin. Note that this will need to be revisited when local object synchronization is complete.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user