Change localize field to be readonly. (#432)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
774f5f0db7
commit
62b31eee00
@@ -22,7 +22,7 @@ namespace Content.Client.Chat
|
||||
|
||||
private readonly IList<string> _inputHistory = new List<string>();
|
||||
|
||||
private ILocalizationManager localize = IoCManager.Resolve<ILocalizationManager>();
|
||||
private readonly ILocalizationManager localize = IoCManager.Resolve<ILocalizationManager>();
|
||||
|
||||
public LineEdit Input { get; private set; }
|
||||
public OutputPanel Contents { get; }
|
||||
|
||||
Reference in New Issue
Block a user