winter-tales/UI/GameUI.cs

12 lines
143 B
C#

using Godot;
using Rokojori;
[Tool, GlobalClass]
public partial class GameUI : UI
{
[Export]
public UIRegion collectablesContainer;
}