namespace Godot { public interface IAwaitable { IAwaiter GetAwaiter(); } public interface IAwaitable { IAwaiter GetAwaiter(); } }