using Godot; public static class CommonNodeManager { public const string ThrowNodeResPath = ""; public static ThrowNode CreateThrowNode(Vector2 start, Vector2 target, float startHeight, float targetHeight, float moveSpeed, float rotationSpeed) { return null; } }