giusvale-dev / jCOC

jCOC (Java Clash of Clans API) jCOC is an open-source Java API designed to provide developers with easy access to Clash of Clans game data and statistics. Whether you're building a Clash of Clans companion app, a clan management tool, or simply want to explore the game's data programmatically, jCOC simplifies the process.
Apache License 2.0
1 stars 0 forks source link

Code refactoring #15

Closed giusvale-dev closed 1 year ago

giusvale-dev commented 1 year ago

Is needed to create the abstract classes to organize the retrieved information from COC. For example, the Clan class should be moving in the GenericClan, War in the GenericWar, etc. Each of these generic classes contains all common variable instance.