mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Dialogs and function for new terrain.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import TilorswiftEvent from "./TilorswiftEvent.js";
|
||||
|
||||
export default class TilorswiftMenuNewTerrainClickedEvent extends Event
|
||||
{
|
||||
constructor() {
|
||||
super(TilorswiftEvent.NEW_TERRAIN_CLICKED);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user