make IBattleNpc public

This commit is contained in:
Kaz Wolfe 2024-06-28 16:21:02 -07:00
parent af2ec9029b
commit 6916ba0bea
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

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