mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
combine attributes
This commit is contained in:
parent
5b4757d3bf
commit
80f2b55687
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ namespace MLEM.Misc {
|
|||
/// Both straight and diagonal directions are supported.
|
||||
/// There are several extension methods and arrays available in <see cref="Direction2Helper"/>.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
[DataContract]
|
||||
[Flags, DataContract]
|
||||
public enum Direction2 {
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue