noname/mode/realtime.js

9 lines
154 B
JavaScript
Raw Permalink Normal View History

2024-04-15 18:46:41 +00:00
"use strict";
game.import("mode", function (lib, game, ui, get, ai, _status) {
return {
name: "realtime",
start: function () {},
game: {},
};
});