Add missing flags attribute required for HasFlags.
This commit is contained in:
committed by
abcdefg30
parent
f056cbba13
commit
5ff9d9a1f1
@@ -13,6 +13,7 @@ using System;
|
|||||||
|
|
||||||
namespace OpenRA.Traits
|
namespace OpenRA.Traits
|
||||||
{
|
{
|
||||||
|
[Flags]
|
||||||
public enum LintDictionaryReference
|
public enum LintDictionaryReference
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user