MarkPedoson / Game

1 stars 0 forks source link

Code refacto for oPlayer and oWeapon #15

Closed MarkPedoson closed 3 years ago

MarkPedoson commented 3 years ago

Need to make objects into parents so that multiple weapons and playable chars could be added

MarkPedoson commented 3 years ago

oWeapon will have a property of enum values (which will be enum = Cerberus), so that when populating lists I can populate by property oCerberus will have avail weapons as just values

MarkPedoson commented 3 years ago

Done