Move all engine changes into plugin

This commit is contained in:
OleSTEEP 2024-02-06 23:56:10 +03:00
parent 040a56c09f
commit c39ec970f1
10 changed files with 452 additions and 74 deletions

View file

@ -39,7 +39,6 @@ Game_Temp.prototype.reservedCommonEvent = function () {
};
Game_Temp.prototype.setDestination = function (x, y) {
return;
this._destinationX = x;
this._destinationY = y;
};