2025-05-13 19:22:01 +08:00

9 lines
177 B
C#

using System.ComponentModel;
using Godot;
using Godot.Bridge;
[ScriptPath("res://Scripts/Events/EventParts/TeleportEntity.cs")]
public partial class TeleportEntity : Node
{
}