C# Class Deathmatch.PresenceListener, WaitingForHorus

Show file Open project: merveilles/WaitingForHorus

Public Properties

Property Type Description
Deathmatch Deathmatch,
Presence PlayerPresence,

Public Methods

Method Description
OnDestroy ( ) : void
PresenceListener ( Deathmatch, parent, PlayerPresence, handledPresence ) : System.Collections.Generic

Private Methods

Method Description
ReceivePresenceWantsRespawn ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

PresenceListener() public method

public PresenceListener ( Deathmatch, parent, PlayerPresence, handledPresence ) : System.Collections.Generic
parent Deathmatch,
handledPresence PlayerPresence,
return System.Collections.Generic

Property Details

Deathmatch public property

public Deathmatch, Deathmatch
return Deathmatch,

Presence public property

public PlayerPresence, Presence
return PlayerPresence,