modify
This commit is contained in:
parent
e95b661d6a
commit
95fc6ee2a2
@ -63,6 +63,11 @@ public class UXButton : UIBehaviour, IButton,
|
||||
}
|
||||
}
|
||||
|
||||
internal bool HasHotKeyRefrenced()
|
||||
{
|
||||
return _hotKeyRefrence != null;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
|
4
Runtime/_InternalVisibleTo.cs
Normal file
4
Runtime/_InternalVisibleTo.cs
Normal file
@ -0,0 +1,4 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("AlicizaX.Framework.Runtime")]
|
||||
|
2
Runtime/_InternalVisibleTo.cs.meta
Normal file
2
Runtime/_InternalVisibleTo.cs.meta
Normal file
@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f5e16ee20d9f1d4ea280466d26651fe
|
Loading…
Reference in New Issue
Block a user