2 using System.Collections.Generic;
5 using System.Xml.Serialization;
28 public abstract void Reset();
34 public virtual void Finish() { Reset(); }
The Cabinet object describes the parts of a pinball cabinet (toys, outputcontrollers, outputs and more).
Abstract base class for named items. Implements the name property and the necessary events...
Common interface for all toy implementations. The abstract class ToyBase implements this interface...
virtual void Finish()
Must finish the IToy, do all necessary clean up work and reset to IToy to its default state (off)...
Base class for IToy implementations
The namespace DirectOutput.General contains classes for general use.