More moves
This commit is contained in:
@@ -450,6 +450,8 @@ public interface IPokemonBattleData : IDeepCloneable
|
||||
void MarkItemAsConsumed(IItem itemName);
|
||||
|
||||
uint SwitchInTurn { get; internal set; }
|
||||
|
||||
IBattleSide BattleSide { get; }
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IPokemon"/>
|
||||
@@ -1254,4 +1256,7 @@ public class PokemonBattleDataImpl : IPokemonBattleData
|
||||
|
||||
/// <inheritdoc />
|
||||
public uint SwitchInTurn { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public IBattleSide BattleSide => Battle.Sides[SideIndex];
|
||||
}
|
||||
Reference in New Issue
Block a user