Class PartySize
public class PartySize : IJsonModel<long[]>
- Inheritance
-
PartySize
- Implements
-
IJsonModel<long[]>
- Inherited Members
Constructors
PartySize(long[])
public PartySize(long[] jsonModel)
Parameters
jsonModellong[]
Properties
CurrentSize
public long CurrentSize { get; }
Property Value
MaxSize
public long MaxSize { get; }