11 lines
No EOL
266 B
C#
11 lines
No EOL
266 B
C#
using WingsAPI.Scripting.Enum.Dungeon;
|
|
using WingsAPI.Scripting.Object.Dungeon;
|
|
|
|
namespace WingsAPI.Scripting.ScriptManager
|
|
{
|
|
public interface IDungeonScriptManager
|
|
{
|
|
SDungeon GetScriptedDungeon(SDungeonType raidType);
|
|
void Load();
|
|
}
|
|
} |