laatzen/TBF_V2/Sources/TBF/GemCard/CardRemovedEventArgs.cs
2021-10-01 11:12:07 +02:00

10 lines
144 B
C#

using System;
namespace GemCard
{
public class CardRemovedEventArgs : EventArgs
{
public CardRemovedEventArgs() { }
}
}