pkmn-classic-framework/library/Wfc/BattleTowerProfileBase.cs

13 lines
259 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PkmnFoundations.Wfc
{
public abstract class BattleTowerProfileBase
{
// todo: move much of implementation in here from derived classes
}
}