startit/Emne 3/Pokemon/pokemon.cs
Geir Okkenhaug Jerstad 11b25f5cb0 Monday :-)
2024-11-25 10:24:10 +01:00

7 lines
116 B
C#

namespace Pokedex;
public class Pikachu
{
internal static int Health = 50;
internal static int Level = 21;
}