C# Class ACR_ServerCommunicator.GameWorldManager.SynchronizeOnlineCharactersRow

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

Public Properties

Property Type Description
CharacterId int
IsDM bool
LocationString string
ServerId int

Property Details

CharacterId public property

public int CharacterId
return int

IsDM public property

public bool IsDM
return bool

LocationString public property

public string LocationString
return string

ServerId public property

public int ServerId
return int