mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-01 23:53:39 -05:00
13 lines
259 B
C#
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
|
|
}
|
|
}
|