6 lines
No EOL
130 B
C#
6 lines
No EOL
130 B
C#
namespace WingsEmu.Game.Act4;
|
|
|
|
public class DungeonInstanceWrapper
|
|
{
|
|
public DungeonInstance DungeonInstance { get; set; }
|
|
} |