scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.UI
|
||||
{
|
||||
// Token: 0x02000057 RID: 87
|
||||
public interface IMaskable
|
||||
{
|
||||
// Token: 0x060002AE RID: 686
|
||||
void RecalculateMasking();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user