mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 16:02:15 +00:00
refactored GameImpl into multiple files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {EventBus, GameEvent} from "../core/EventBus";
|
||||
import {Cell} from "../core/Game";
|
||||
import {Cell} from "../core/game/Game";
|
||||
|
||||
export class MouseUpEvent implements GameEvent {
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user