CS2GSI/CS2EventArgs.cs

6 lines
68 B
C#
Raw Normal View History

2024-01-15 22:37:00 +01:00
namespace CS2GSI;
public class CS2EventArgs : EventArgs
{
}