RustDedicated/Rust.Platform.Common/AuthResponse.cs
2025-05-25 05:29:54 +09:30

12 lines
175 B
C#

public enum AuthResponse
{
Invalid,
TimedOut,
OK,
VACBanned,
PublisherBanned,
InvalidAuthSession,
NetworkIdentityFailure,
AuthTicketAlreadyUsed,
AuthTicketCanceled
}