malikhollins / HungerGamesSimulator

A hunger games simulator built using the .net blazor framework
0 stars 1 forks source link

Create dictionary of string to IWeapon instead of a list #14

Closed malikhollins closed 2 months ago

malikhollins commented 1 year ago

After getting a list of weapons back from the server, would be better if the list was searchable by key value pair (Name -> Weapon) so that when looting events are possible, we can choose specific weapons, instead of doing it at random. We might be able to get away with just restructuring the JSON.