IN3D / Pokemon

Recreation of pokemon, in C#.
0 stars 0 forks source link

Read in Pokemon XML #4

Closed IN3D closed 10 years ago

IN3D commented 10 years ago

Create the C# code that will read in the pokemon XML data.

IN3D commented 10 years ago

Hey @Daxter304 & @BradMackey xmltest

Just wanted to show what I had going on so far to read pokemon data in. Right now I'm just throwing all the text onto the terminal to see that it's all coming in. Now it's just a matter of redirecting it into a pokemon class. I will obviously need to start a pokemon class to put this data into, I assume everyone is good with me starting that class?