Implementing Chris's scripting engine and dropping the old one.

Author: UnAfraid
Source: L2jUnity free release.
This commit is contained in:
MobiusDev
2016-10-21 13:26:36 +00:00
parent 93c43d7067
commit 4df1abce3f
25 changed files with 1634 additions and 712 deletions

View File

@@ -117,7 +117,7 @@ abstract class Chamber extends AbstractInstance
}
}
class ChangeRoomTask implements Runnable
protected class ChangeRoomTask implements Runnable
{
@Override
public void run()