Newer
Older
DungeonShooting / src / ui / RoomUI.cs
@小李xl 小李xl on 17 May 2022 102 bytes 第一次提交
  1. using Godot;
  2.  
  3. public class RoomUI : Control
  4. {
  5. public override void _Ready()
  6. {
  7. }
  8. }