pkmn-classic-framework/library/Structures/BattleTowerProfileBase.cs
2022-08-28 23:03:39 -04:00

13 lines
266 B
C#

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