You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZResource and it's descendent classes should use more polymorphism. There is not a huge amount of consistency in method names right now for the extraction code entry point. This should be an overridden method from ZResource for each type.
Further, the code in ZFile.ParseXML for each type should be moved to a method in ZResource and overridden methods.
The text was updated successfully, but these errors were encountered:
ZResource and it's descendent classes should use more polymorphism. There is not a huge amount of consistency in method names right now for the extraction code entry point. This should be an overridden method from ZResource for each type.
Further, the code in ZFile.ParseXML for each type should be moved to a method in ZResource and overridden methods.
The text was updated successfully, but these errors were encountered: