CS2GSI/CS2EventArgs.cs
2024-01-15 23:06:38 +01:00

6 lines
68 B
C#

namespace CS2GSI;
public class CS2EventArgs : EventArgs
{
}