C# Class ACR_ServerCommunicator.GameWorldManager.SynchronizeOnlineCharactersRow

This structure contains rowset data for a synchronization round of the online character query.
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
CharacterId int
IsDM bool
LocationString string
ServerId int

Property Details

CharacterId public_oe property

public int CharacterId
return int

IsDM public_oe property

public bool IsDM
return bool

LocationString public_oe property

public string LocationString
return string

ServerId public_oe property

public int ServerId
return int