importonly abstract class IObjectPoolSystem extends IGameSystem
{
}

importonly final class ObjectPoolSystem extends IObjectPoolSystem
{
	public import function Release( object : GameObject ) : Bool;
}

