server-master/srcs/_plugins/WingsEmu.Plugins.DistributedGameEvents/BotMessages/ScheduledBotMessageConfiguration.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
232 B
C#

using WingsEmu.Game._i18n;
namespace WingsEmu.Plugins.DistributedGameEvents.BotMessages
{
public class ScheduledBotMessageConfiguration : SchedulableConfiguration
{
public GameDialogKey Message { get; set; }
}
}