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