bisschen gui bisschen moving timeline

This commit is contained in:
2026-07-29 22:54:19 +02:00
parent 9824b30435
commit 0bb8ce47c0
13 changed files with 240 additions and 119 deletions

8
EventBus.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace yourareanaiceo;
public static class EventBus
{
public static Action<Company.CompanyStats> CompanyChanged;
}