newlon/scripts/gui/SunCounterImage.cs
2025-07-11 22:35:36 +05:00

11 lines
152 B
C#

using Godot;
using Newlon;
using System;
public partial class SunCounterImage : Control
{
public override void _Ready()
{
Sun.Counter = this;
}
}