refactor party
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace yourareanaiceo;
|
||||
namespace Game;
|
||||
|
||||
public static class EventBus
|
||||
{
|
||||
public static Action<Company.CompanyStats> CompanyChanged;
|
||||
|
||||
public static Action<Ceo.CeoStats> CeoChanged;
|
||||
|
||||
public static Action DayStarted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user