Class ResourceDefaults#
Defined in File ResourceDefaults.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.ResourceDefaults : xbe.sdk.Object#
Describes a set of properties that new inventory resources will be given on creation.
Properties
- int Quantity { get; set; }#
The initial quantity of a resource that will be given on creation.
- Statistic > Stats { get; set; }#
The list of default stats to assign to new resource instances.
Public Static Functions
- new ResourceDefaults Parse (string json)#
Parses the given JSON encoded string into a new StorageLocation instance.
- Param json:
- Return: