migration from new repo
This commit is contained in:
commit
423134a840
26930 changed files with 3458568 additions and 0 deletions
10
Assets/_/Features/MenuSystem/Runtime/IMenuModule.cs
Normal file
10
Assets/_/Features/MenuSystem/Runtime/IMenuModule.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace MenuSystem.Runtime
|
||||
{
|
||||
public interface IMenuModule
|
||||
{
|
||||
string GetMenuName();
|
||||
GameObject GetMenuPanel();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue