Struct WorldInventoryItem
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldInventoryItem : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Owner
Declaration
public ObjectId Owner { get; set; }
Property Value
Quantity
Declaration
public int Quantity { get; set; }
Property Value
RecipeId
Declaration
public string RecipeId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements