mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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>
|
/// <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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue