Class PersonaResource#
Defined in File PersonaResource.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.PersonaResource : xbe.sdk.EntityBase#
Describes a single resource associated with a specific user or persona.
Properties
- Guid PersonaUid { get; set; }#
The unique identifier of the persona or user that this resource belongs to.
- Guid ResourceUid { get; set; }#
The UUID of the resource definition.
- int Quantity { get; set; }#
The number of resources in the inventory. A negative value indicates an unlimited quantity. A positive value indicates a finite quantity.
- Object Data { get; set; }#
An arbitrary map of additional data about the instance of the resource for the persona.
- Statistic > Stats { get; set; }#
The list of unique stats for the resource. Stats are not applicable on stackable resources.
Public Static Functions
- new PersonaResource Parse (string json)#
Parses the given JSON encoded string into a new StorageLocation instance.
- Param json:
- Return: