quantum-space-buddies/QSB/Player/KickReason.cs
Mister_Nebula 2ae0751aa7 stuff
2021-10-21 17:21:54 +01:00

11 lines
143 B
C#

namespace QSB.Player
{
public enum KickReason
{
None,
QSBVersionNotMatching,
GameVersionNotMatching,
GamePlatformNotMatching
}
}