@@ -1,16 +0,0 @@
using Godot;
[SceneTree]
public partial class Main : Node2D
{
[Export]
public Company Company;
public override void _Ready()
Company = new Company();
Company.Hype = 0;
ExecuteButton.Pressed += () => DaySchedule.StartDay();
}
The note is not visible to the blocked user.