Changed so that a bin\ScriptEngines\ directory will be searched for scripting Engines.

Added the work in progress JVM scripting engine.
This commit is contained in:
MW
2007-04-11 09:45:48 +00:00
parent 435d61661b
commit ffd7a6b8c2
57 changed files with 3720 additions and 1857 deletions

View File

@@ -199,6 +199,9 @@
<Compile Include="world\WorldPacketHandlers.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\WorldScripting.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\scripting\IScript.cs">
<SubType>Code</SubType>
</Compile>