Fix missing init-only modifier.
This commit is contained in:
committed by
Gustas
parent
1692f32ffc
commit
43d1a20d8c
@@ -32,7 +32,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly string Notification = "HarvesterAttack";
|
||||
|
||||
[Desc("Text notification to display.")]
|
||||
public string TextNotification = null;
|
||||
public readonly string TextNotification = null;
|
||||
|
||||
public override object Create(ActorInitializer init) { return new HarvesterAttackNotifier(init.Self, this); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user