mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Add a responder for scheduled event start
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
0538cbb164
commit
91516a899c
5 changed files with 146 additions and 38 deletions
12
Messages.Designer.cs
generated
12
Messages.Designer.cs
generated
|
@ -794,5 +794,17 @@ namespace Boyfriend {
|
|||
return ResourceManager.GetString("EventDuration", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string LocalEventStartedDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("LocalEventStartedDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ExternalEventStartedDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("ExternalEventStartedDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue