From 80f2b55687b07f564ae94766ecbaa4e13ab0760d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 28 Feb 2021 16:44:29 +0100 Subject: [PATCH] combine attributes --- MLEM/Misc/Direction2.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MLEM/Misc/Direction2.cs b/MLEM/Misc/Direction2.cs index 107df3d..971717b 100644 --- a/MLEM/Misc/Direction2.cs +++ b/MLEM/Misc/Direction2.cs @@ -10,8 +10,7 @@ namespace MLEM.Misc { /// Both straight and diagonal directions are supported. /// There are several extension methods and arrays available in . /// - [Flags] - [DataContract] + [Flags, DataContract] public enum Direction2 { ///