Table of Contents

Class PlayerLoggedInMessage

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
[DiscoverableMessage("Events/Authentication/PlayerLoggedInMessage", false, "Player has logged in", "")]
public class PlayerLoggedInMessage : AuthenticationMessageBase
Inheritance
PlayerLoggedInMessage
Inherited Members
Extension Methods

Constructors

PlayerLoggedInMessage()

public PlayerLoggedInMessage()

Properties

EntityKey

public string EntityKey { get; set; }

Property Value

string

SessionTicket

public string SessionTicket { get; set; }

Property Value

string