mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
12 lines
161 B
C#
12 lines
161 B
C#
namespace QSB.Player
|
|
{
|
|
public enum KickReason
|
|
{
|
|
None,
|
|
QSBVersionNotMatching,
|
|
GameVersionNotMatching,
|
|
GamePlatformNotMatching,
|
|
DLCNotMatching
|
|
}
|
|
}
|