Table of Contents

Class ResourcePotionData

Namespace
GrindFest
Assembly
GrindFest.dll
[MemoryPackable(GenerateType.Object)]
public class ResourcePotionData : IMemoryPackable<ResourcePotionData>, IMemoryPackFormatterRegister
Inheritance
object
ResourcePotionData
Implements
IMemoryPackable<ResourcePotionData>
IMemoryPackFormatterRegister

Remarks

MemoryPack GenerateType: Object

System.Collections.Generic.List<GrindFest.LiquidContent> Contentsint RemainingAmountGrindFest.ResourceType ResourceType

Fields

Contents
RemainingAmount
ResourceType

Methods

Deserialize(ref MemoryPackReader, ref ResourcePotionData?)
RegisterFormatter()
Serialize<TBufferWriter>(ref MemoryPackWriter<TBufferWriter>, ref ResourcePotionData?)