Class ResourceDefaults

Class ResourceDefaults#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.ResourceDefaults : xbe.sdk.Object#

Describes a set of properties that new inventory resources will be given on creation.

Public Functions

ResourceDefaults ()#
ResourceDefaults (Object obj)

Properties

int Quantity { get; set; }#

The initial quantity of a resource that will be given on creation.

Object Data { get; set; }#

A map of default metadata to initialize a resource with.

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: