Implemented dungeon selector
This commit is contained in:
parent
514d985ddb
commit
aeeb15cb12
46 changed files with 26355 additions and 32 deletions
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
|
||||
namespace DungeonSelection
|
||||
{
|
||||
// Announcing actions taken in UI
|
||||
public static class UIEvents
|
||||
{
|
||||
public static Action NextDungeonClicked;
|
||||
public static Action PreviousDungeonClicked;
|
||||
public static Action<DungeonData> EnterDungeonClicked;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue