9 lines
No EOL
232 B
C#
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; }
|
|
}
|
|
} |