6 lines
No EOL
145 B
C#
6 lines
No EOL
145 B
C#
namespace WingsEmu.Game.Act4;
|
|
|
|
public interface IDungeonFactory
|
|
{
|
|
DungeonInstance CreateDungeon(long familyId, DungeonType dungeonType);
|
|
} |