mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-android.git
synced 2025-03-24 07:09:54 +01:00
13 lines
240 B
C#
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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|