TrueCraft/TrueCraft.Client/Input/GamePadEventArgs.cs

8 lines
112 B
C#
Raw Normal View History

2015-10-01 08:46:09 -04:00
using System;
namespace TrueCraft.Client.Input
{
public class GamePadEventArgs : EventArgs
{
}
}