mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
make IBattleNpc public
This commit is contained in:
parent
af2ec9029b
commit
6916ba0bea
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ internal unsafe class BattleNpc : BattleChara, IBattleNpc
|
|||
/// <summary>
|
||||
/// A interface that represents a battle NPC.
|
||||
/// </summary>
|
||||
internal interface IBattleNpc : IBattleChara
|
||||
public interface IBattleNpc : IBattleChara
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the BattleNpc <see cref="BattleNpcSubKind" /> of this BattleNpc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue