Add project files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TheXamlGuy.Framework.Core;
|
||||
|
||||
public enum SensorState
|
||||
{
|
||||
Off = 0,
|
||||
On = 1
|
||||
}
|
||||
Reference in New Issue
Block a user