chore: organized project ui structure
This commit is contained in:
parent
58ec07b1a0
commit
d6c618add0
10 changed files with 8 additions and 4 deletions
8
Assets/Scripts/View/UI/UnfocusableEventSystem.cs
Normal file
8
Assets/Scripts/View/UI/UnfocusableEventSystem.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace View.UI {
|
||||
public class UnfocusableEventSystem : EventSystem {
|
||||
//Dummy method to prevent calling base method
|
||||
protected override void OnApplicationFocus(bool hasFocus) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue