Add missing flags attribute required for HasFlags.

This commit is contained in:
Matthias Mailänder
2021-10-21 17:38:01 +02:00
committed by abcdefg30
parent f056cbba13
commit 5ff9d9a1f1

View File

@@ -13,6 +13,7 @@ using System;
namespace OpenRA.Traits namespace OpenRA.Traits
{ {
[Flags]
public enum LintDictionaryReference public enum LintDictionaryReference
{ {
None = 0, None = 0,