Fix missing init-only modifier.
This commit is contained in:
committed by
Gustas
parent
1692f32ffc
commit
43d1a20d8c
@@ -31,7 +31,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly string Notification = null;
|
||||
|
||||
[Desc("Text notification to display.")]
|
||||
public string TextNotification = null;
|
||||
public readonly string TextNotification = null;
|
||||
|
||||
[Desc("Whether to show the cash tick indicators rising from the actor.")]
|
||||
public readonly bool ShowTicks = true;
|
||||
|
||||
Reference in New Issue
Block a user