Dialogs and function for new terrain.

This commit is contained in:
Mal
2020-02-10 19:36:46 +01:00
parent f6890eec24
commit b58cb552c8
7 changed files with 79 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
import TilorswiftEvent from "./TilorswiftEvent.js";
export default class TilorswiftMenuNewTerrainClickedEvent extends Event
{
constructor() {
super(TilorswiftEvent.NEW_TERRAIN_CLICKED);
}
}