178 {
179 if ( !super.OnStoreLoad( ctx, version ) )
180 return false;
181
183
184 int slot_index = -1;
185 ctx.
Read( slot_index );
186
187 Slot slot = garden.GetSlotByIndex(slot_index);
188
190
192 return false;
193
194 return true;
195 }
bool OnStoreLoadCustom(ParamsReadContext ctx, int version)
proto bool Read(void value_in)