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
Properties
OwnedCosmetics
public List<string> OwnedCosmetics { get; }
Property Value
Successful
public bool Successful { get; }
Property Value
UsedCosmetics
public Dictionary<string, List<string>> UsedCosmetics { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).