added UI dodging nozzle on phones
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface ILeaderBoardController
|
||||
{
|
||||
void ShowLeaderBoard();
|
||||
void UpdateLeaderBoardScore(int score);
|
||||
UniTask ShowLeaderBoardAsync();
|
||||
UniTask UpdateLeaderBoardScore(int score);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user