1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-16 10:44:32 +02:00

combine attributes

This commit is contained in:
Ell 2021-02-28 16:44:29 +01:00
parent 5b4757d3bf
commit 80f2b55687

View file

@ -10,8 +10,7 @@ namespace MLEM.Misc {
/// Both straight and diagonal directions are supported. /// Both straight and diagonal directions are supported.
/// There are several extension methods and arrays available in <see cref="Direction2Helper"/>. /// There are several extension methods and arrays available in <see cref="Direction2Helper"/>.
/// </summary> /// </summary>
[Flags] [Flags, DataContract]
[DataContract]
public enum Direction2 { public enum Direction2 {
/// <summary> /// <summary>