9 lines
No EOL
238 B
C#
9 lines
No EOL
238 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.Act4.Event;
|
|
|
|
public class Act4DungeonBossMapCleanUpEvent : IAsyncEvent
|
|
{
|
|
public DungeonInstance DungeonInstance { get; init; }
|
|
public DungeonSubInstance BossMap { get; init; }
|
|
} |