using Godot; using System; public interface IMassive { float Mass { get; } }