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