private void _Send(WorldResponse response) { var entity = (IEntity)response.Entity; var entityResponse = new EntityResponse(response); entity.ReceiveResponse(entityResponse); }
public EntityResponse(WorldResponse response) { _Response = response; }