DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
Lamp.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Xml.Serialization;
6 using DirectOutput.Cab.Toys.Layer;
7 
8 namespace DirectOutput.Cab.Toys.Hardware
9 {
10 
12 
16  public class Lamp : AnalogAlphaToy
17  {
18 
19 
20 
21 
22  }
23 }