winter-tales/UI/GameUI.cs

12 lines
143 B
C#
Raw Permalink 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;
2025-12-11 14:49:31 +00:00
2025-12-10 14:18:09 +00:00
}