using System.ComponentModel;
using Godot;
using Godot.Bridge;

[ScriptPath("res://Scripts/Battle/BattleUT.cs")]
public partial class BattleUT : Node
{
	}