using Godot; interface ISpawnable { Resource GetSpawnInitResource(); void TestMethod(); }