8 lines
112 B
C#
8 lines
112 B
C#
using System;
|
|
|
|
namespace TrueCraft.Client.Input
|
|
{
|
|
public class GamePadEventArgs : EventArgs
|
|
{
|
|
}
|
|
} |