Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#if UNITY_EDITOR
|
||||
using System.Collections;
|
||||
|
||||
namespace UnityEngine.InputSystem.Editor
|
||||
{
|
||||
internal interface IViewStateCollection : IEnumerable
|
||||
{
|
||||
bool SequenceEqual(IViewStateCollection other);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user