mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Removed #if UNITY_EDITOR guards around linq code from spine-csharp code again (OrderedDictionary).
This commit is contained in:
parent
cc0ec3b372
commit
73dff36623
@ -36,10 +36,7 @@ using System.Collections;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Spine.Collections
|
namespace Spine.Collections
|
||||||
{
|
{
|
||||||
@ -566,7 +563,6 @@ namespace Spine.Collections
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
|
||||||
internal class OrderedDictionaryDebugView<TKey, TValue>
|
internal class OrderedDictionaryDebugView<TKey, TValue>
|
||||||
{
|
{
|
||||||
private readonly OrderedDictionary<TKey, TValue> dictionary;
|
private readonly OrderedDictionary<TKey, TValue> dictionary;
|
||||||
@ -582,7 +578,6 @@ namespace Spine.Collections
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides extensions methods for constructing instances of <see cref="OrderedDictionary{TKey, TValue}"/>.
|
/// Provides extensions methods for constructing instances of <see cref="OrderedDictionary{TKey, TValue}"/>.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user