using System; public interface TileContainerRenderObjectMixin { void forEachChild(Action f); void remove(int index); void _removeChild(ChildType child); void removeAll(); }