Begin work on outlining dynamic side
This commit is contained in:
8
PkmnLib.Dynamic/Models/BattleParty.cs
Normal file
8
PkmnLib.Dynamic/Models/BattleParty.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PkmnLib.Dynamic.Models;
|
||||
|
||||
public interface IBattleParty
|
||||
{
|
||||
IPokemonParty Party { get; }
|
||||
bool IsResponsibleForIndex(byte side, byte position);
|
||||
bool HasPokemonNotInField();
|
||||
}
|
||||
Reference in New Issue
Block a user