Table of Contents

Class CropData

Namespace
GrindFest
Assembly
GrindFest.dll

Which growth stage a CropBehaviour had reached, and how far into it.

[MemoryPackable(GenerateType.Object)]
public class CropData : IMemoryPackable<CropData>, IMemoryPackFormatterRegister
Inheritance
object
CropData
Implements
IMemoryPackable<CropData>
IMemoryPackFormatterRegister

Remarks

MemoryPack GenerateType: Object

int StageIndexfloat Elapsed

Fields

Elapsed
StageIndex

Methods

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