Implemented dungeon selector
This commit is contained in:
parent
514d985ddb
commit
aeeb15cb12
46 changed files with 26355 additions and 32 deletions
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
|
||||
namespace DungeonSelection
|
||||
{
|
||||
// Announcing in game events
|
||||
public static class GameEvents
|
||||
{
|
||||
public static Action DungeonSelectionStarted;
|
||||
public static Action ShowingLastDungeon;
|
||||
public static Action ShowingFirstDugeon;
|
||||
public static Action<DungeonData> ShowingDungeon;
|
||||
public static Action<DungeonData> LoadDungeon;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue