nice nice nice
This commit is contained in:
15
Game.cs
Normal file
15
Game.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Godot;
|
||||
using yourareanaiceo;
|
||||
|
||||
[SceneTree]
|
||||
public partial class Game : Node2D
|
||||
{
|
||||
public GameState GameState { get; set; } = new();
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
ExecuteButton.Pressed += () => DaySchedule.StartDay();
|
||||
|
||||
EventBus.CompanyChanged?.Invoke(GameState.Company.ToCompanyStats());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user