winter-tales/UI/GameUI.cs

10 lines
139 B
C#
Raw Normal View History

2025-12-10 14:18:09 +00:00
using Godot;
using Rokojori;
[Tool, GlobalClass]
public partial class GameUI : UI
{
[Export]
public UIRegion collectablesContainer;
}