A game about forced loneliness, made by TACStudios
1#if UNITY_EDITOR 2using System.Collections; 3 4namespace UnityEngine.InputSystem.Editor 5{ 6 internal interface IViewStateCollection : IEnumerable 7 { 8 bool SequenceEqual(IViewStateCollection other); 9 } 10} 11 12#endif