Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / ui / mapEditorTileSet / MapEditorTileSetPanel.cs
  1. using Godot;
  2.  
  3. namespace UI.MapEditorTileSet;
  4.  
  5. public partial class MapEditorTileSetPanel : MapEditorTileSet
  6. {
  7.  
  8. public override void OnCreateUi()
  9. {
  10.  
  11. }
  12.  
  13. public override void OnDestroyUi()
  14. {
  15. }
  16.  
  17. }