Mark fields readonly.
This commit is contained in:
committed by
abcdefg30
parent
4a60d56753
commit
b147da388a
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public class ProvidesTechPrerequisite : ITechTreePrerequisite
|
||||
{
|
||||
readonly ProvidesTechPrerequisiteInfo info;
|
||||
bool enabled;
|
||||
readonly bool enabled;
|
||||
|
||||
static readonly string[] NoPrerequisites = Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user