Table of Contents

Class GetUserCosmeticsInfoMessageResult

Namespace
Messages.FromLobbyServer.ToClient
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class GetUserCosmeticsInfoMessageResult : FunctionResult
Inheritance
GetUserCosmeticsInfoMessageResult
Inherited Members

Constructors

GetUserCosmeticsInfoMessageResult()

public GetUserCosmeticsInfoMessageResult()

GetUserCosmeticsInfoMessageResult(bool, List<string>, Dictionary<string, List<string>>)

public GetUserCosmeticsInfoMessageResult(bool successful, List<string> ownedCosmetics, Dictionary<string, List<string>> usedCosmetics)

Parameters

successful bool
ownedCosmetics List<string>
usedCosmetics Dictionary<string, List<string>>

Properties

OwnedCosmetics

public List<string> OwnedCosmetics { get; }

Property Value

List<string>

Successful

public bool Successful { get; }

Property Value

bool

UsedCosmetics

public Dictionary<string, List<string>> UsedCosmetics { get; }

Property Value

Dictionary<string, List<string>>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).