mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-29 23:58:34 +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.
|
/// 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>
|
||||||
|
|
Loading…
Reference in a new issue