2021-08-10 14:54:23 +01:00

9 lines
108 B
C#

namespace QSB.Player
{
public enum KickReason
{
QSBVersionNotMatching,
GameVersionNotMatching
}
}