9 lines
154 B
C#
9 lines
154 B
C#
using System.ComponentModel;
|
|
using Godot;
|
|
using Godot.Bridge;
|
|
|
|
[ScriptPath("res://Scripts/Battle/BattleUT.cs")]
|
|
public partial class BattleUT : Node
|
|
{
|
|
}
|