public RealExplosion(World world) : base(world, PhysicsLogicType.Explosion) { _rdc = new RayDataComparer(); _data = new List <ShapeData>(); }