pkmn-classic-framework/library/Pokedex/Evolution.cs
2015-01-02 18:22:23 -05:00

12 lines
189 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PkmnFoundations.Pokedex
{
public class Evolution //: PokedexRecordBase
{
}
}