CamposDJoel / DungeonDiceMonsters

My own version of Dungeon Dice Monsters
2 stars 0 forks source link

Create a "Partial Class" file for the BoardPvP Class to migrate all Card Effects-related and even listener base function #109

Closed CamposDJoel closed 4 months ago

CamposDJoel commented 4 months ago

Now that I am implementing Card Effects, the size of the code will get significally larger that what this BoardPvP already is... Create a "Partial Class" file and migrate all Card Effects-related methods for better organization and searchability.

Once code is migrated, make sure solution build successfully.