9 lines
177 B
C#
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
|
|
{
|
|
}
|