C# Class ACR_ServerCommunicator.GameWorldManager.InitialSynchronizationRow

This structure contains rowset data for the initial synchronization step.
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
CharacterId int
CharacterLocation string
CharacterName string
PlayerId int
PlayerIsDM bool
PlayerName string
ServerAddressString string
ServerId int
ServerName string

Property Details

CharacterId public_oe property

public int CharacterId
return int

CharacterLocation public_oe property

public string CharacterLocation
return string

CharacterName public_oe property

public string CharacterName
return string

PlayerId public_oe property

public int PlayerId
return int

PlayerIsDM public_oe property

public bool PlayerIsDM
return bool

PlayerName public_oe property

public string PlayerName
return string

ServerAddressString public_oe property

public string ServerAddressString
return string

ServerId public_oe property

public int ServerId
return int

ServerName public_oe property

public string ServerName
return string