mobile-eggbert-monogame-and.../AccelerometerFailedException.cs
2024-12-15 17:48:29 +01:00

13 lines
240 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WindowsPhoneSpeedyBlupi
{
public class AccelerometerFailedException : Exception
{
}
}