We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579ef71 commit 1c42b55Copy full SHA for 1c42b55
js/rpg_objects/Game_System.js
@@ -117,10 +117,6 @@ Game_System.prototype.saveCount = function() {
117
return this._saveCount;
118
};
119
120
-Game_System.prototype.frameCount = function() {
121
- return SceneManager.frameCount();
122
-};
123
-
124
Game_System.prototype.versionId = function() {
125
return this._versionId;
126
0 commit comments