public RecomputeLavaTemperatureUpdate( RendererUpdatable updatable ) : base(updatable) { Debug.Assert(updatable.GetType() == typeof(LavaRenderable)); }
public LavaPillarUpdate( RendererUpdatable updatable, PillarInfo pillarInfo ) : base(updatable) { Debug.Assert(updatable.GetType() == typeof(LavaRenderable)); this.pillarInfo = pillarInfo; }