You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
10
Assets/Scripts/System/Loader/ILoader.cs
Normal file
10
Assets/Scripts/System/Loader/ILoader.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace StateSystem.Loader
|
||||
{
|
||||
public interface ILoader
|
||||
{
|
||||
void BeginLoad(Action<float> onLoading, Action onComplete);
|
||||
void Active();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user