mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-03-29 13:14:35 -05:00
12 lines
189 B
C#
12 lines
189 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace PkmnFoundations.Pokedex
|
|
{
|
|
public class Evolution //: PokedexRecordBase
|
|
{
|
|
}
|
|
}
|