10 lines
132 B
C#
Raw Normal View History

2022-03-02 19:46:33 -08:00
namespace QSB.Player;
public enum KickReason
2021-03-09 16:43:41 +00:00
{
2022-03-02 19:46:33 -08:00
None,
QSBVersionNotMatching,
GameVersionNotMatching,
DLCNotMatching,
InEye
}