This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
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
{
}
}