2022-03-02 19:46:33 -08:00

10 lines
132 B
C#

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