11 lines
142 B
C#

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