Serialization interfaces (#62)

This commit is contained in:
Leath Cooper 2019-12-30 15:16:35 -05:00 committed by Kamron Batman
parent 5e2be2d7b6
commit 5c8821b11c
2406 changed files with 10100 additions and 9350 deletions

View file

@ -58,7 +58,7 @@ namespace Server.Engines.Plants
m_LeftResources = 8;
}
public PlantSystem(PlantItem plant, GenericReader reader)
public PlantSystem(PlantItem plant, IGenericReader reader)
{
Plant = plant;
@ -650,7 +650,7 @@ namespace Server.Engines.Plants
StrengthPotion = 0;
}
public void Save(GenericWriter writer)
public void Save(IGenericWriter writer)
{
writer.Write(2); // version