10 lines
132 B
C#
Raw Normal View History

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