mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-03-25 15:47:49 +01:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace Microsoft.Devices.Sensors
|
|
{
|
|
public class AccelerometerFailedException : SensorFailedException
|
|
{
|
|
}
|
|
}
|