WWU-Cyber-Warfare-Game / cyber-wargame

A wargame where two teams face off against each other and try to infiltrate their networks. Created for our senior project at Western Washington University.
0 stars 1 forks source link

Move modifiers/buffs from Team to User #106

Open aidandh opened 4 months ago

aidandh commented 4 months ago

Right now, the modifiers and buffs for each role is stored are stored in the Team. This required a giant switch statement to access them. They should be located with each user to allow easier access.