mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-03-29 06:22:27 +01:00
7 lines
125 B
C#
7 lines
125 B
C#
|
namespace Microsoft.Devices.Sensors
|
|||
|
{
|
|||
|
public class AccelerometerFailedException : SensorFailedException
|
|||
|
{
|
|||
|
}
|
|||
|
}
|