mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
12 lines
143 B
C#
12 lines
143 B
C#
namespace QSB.Player
|
|
{
|
|
public enum KickReason
|
|
{
|
|
None,
|
|
QSBVersionNotMatching,
|
|
GameVersionNotMatching,
|
|
DLCNotMatching,
|
|
InEye
|
|
}
|
|
}
|