Class CharmListResponse
Wolf server's response for CharmListMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class CharmListResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceCharmListResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected CharmListResponse()
Properties
| Improve this Doc View SourceCharms
Charms.
Declaration
[JsonProperty("body")]
public IEnumerable<WolfCharm> Charms { get; }
Property Value
Type | Description |
---|---|
IEnumerable<WolfCharm> |