malikhollins / HungerGamesSimulator

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

Create a way to manage static data (Weapons) #1

Closed malikhollins closed 1 year ago

malikhollins commented 1 year ago

Acceptance Criteria: Able to read in a group of weapons from a json and use them in the simulator.

malikhollins commented 1 year ago

finished using HTTPClient.GetJsonAsync()! Thank you, Microsoft docs!