IBattleNpc must be IBattleChara

This commit is contained in:
goat 2024-06-28 23:09:08 +02:00
parent 7947b896ea
commit a900b704c2

View file

@ -29,7 +29,7 @@ internal unsafe class BattleNpc : BattleChara, IBattleNpc
/// <summary>
/// A interface that represents a battle NPC.
/// </summary>
internal interface IBattleNpc
internal interface IBattleNpc : IBattleChara
{
/// <summary>
/// Gets the BattleNpc <see cref="BattleNpcSubKind" /> of this BattleNpc.