2 using System.Collections.Generic;
34 public override void Finish()
42 public override void Update()
The Cabinet object describes the parts of a pinball cabinet (toys, outputcontrollers, outputs and more).
This is a dummy output controller not doing anthing with the data it receives. It is mainly thought ...
Common interface for outputs of any output controller. The Output class implements this interface and...
Abstract OutputController base class to be used for IOutputController implementations. Implements IOutputController.
Common interface for all outputcontrollers. Only classes implementing this interface can be used as o...
Basic IOutput implementation.