Extract text feedback messages.
This commit is contained in:
committed by
Gustas
parent
94c8339e17
commit
c609c4af14
@@ -20,16 +20,19 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[NotificationReference("Speech")]
|
||||
public readonly string Notification = "StartGame";
|
||||
|
||||
[TranslationReference(optional: true)]
|
||||
public readonly string TextNotification = null;
|
||||
|
||||
[NotificationReference("Speech")]
|
||||
public readonly string LoadedNotification = "GameLoaded";
|
||||
|
||||
[TranslationReference(optional: true)]
|
||||
public readonly string LoadedTextNotification = null;
|
||||
|
||||
[NotificationReference("Speech")]
|
||||
public readonly string SavedNotification = "GameSaved";
|
||||
|
||||
[TranslationReference(optional: true)]
|
||||
public readonly string SavedTextNotification = null;
|
||||
|
||||
public override object Create(ActorInitializer init) { return new StartGameNotification(this); }
|
||||
|
||||
Reference in New Issue
Block a user