11 lines
No EOL
237 B
C#
11 lines
No EOL
237 B
C#
using System.Collections.Generic;
|
|
using WingsAPI.Packets.Enums;
|
|
|
|
namespace Plugin.Raids.Configs;
|
|
|
|
/// <summary>
|
|
/// By RaidType
|
|
/// </summary>
|
|
public class RaidStartFileConfiguration : Dictionary<RaidType, RaidStartConfiguration>
|
|
{
|
|
} |