Fix CA1012
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenRA.Scripting
|
||||
readonly List<string> membersToRemove = new List<string>();
|
||||
#endif
|
||||
|
||||
public ScriptObjectWrapper(ScriptContext context)
|
||||
protected ScriptObjectWrapper(ScriptContext context)
|
||||
{
|
||||
Context = context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user