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