Files
Dec2017-Script-Dump/UnityEngine.UI/UI/ILayoutSelfController.cs
T
2026-06-04 11:42:34 +02:00

10 lines
144 B
C#

using System;
namespace UnityEngine.UI
{
// Token: 0x02000098 RID: 152
public interface ILayoutSelfController : ILayoutController
{
}
}