TrueCraft/TrueCraft.Client/Input/GamePadEventArgs.cs
2015-10-01 08:46:09 -04:00

8 lines
112 B
C#

using System;
namespace TrueCraft.Client.Input
{
public class GamePadEventArgs : EventArgs
{
}
}