編輯

共用方式為


MatchUser.LocalUserJsonAttributesJSON property

The local user attributes as JSON string. There should be one attribute string for each local user. Each attribute string should either be an empty string or a serialized JSON object. For example, {"player_color":"blue","player_role":"tank"}.

public string LocalUserJsonAttributesJSON { get; set; }

See Also