move SignalState to shared (#37303)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -40,3 +40,15 @@ public enum LogicGateLayers : byte
|
||||
InputB,
|
||||
Output
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The possible states of a logic-capable signal.
|
||||
/// Stored in network payload data of device network messages.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public enum SignalState : byte
|
||||
{
|
||||
Momentary, // Instantaneous pulse high, compatibility behavior
|
||||
Low,
|
||||
High
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user