package com.lyndir.omicron.api; public interface IGameObjectController<O extends IGameObject> { O getGameObject(); }