Class PlayerJoinedLobbyEvent
Inheritance
System.Object
PlayerJoinedLobbyEvent
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class PlayerJoinedLobbyEvent : EntityEventArgs
Constructors
| Improve this Doc View SourcePlayerJoinedLobbyEvent(IPlayerSession)
Declaration
public PlayerJoinedLobbyEvent(IPlayerSession playerSession)
Parameters
Type | Name | Description |
---|---|---|
Robust.Server.Player.IPlayerSession | playerSession |
Fields
| Improve this Doc View SourcePlayerSession
Declaration
public readonly IPlayerSession PlayerSession
Field Value
Type | Description |
---|---|
Robust.Server.Player.IPlayerSession |