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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"references": [
|
||||
"GUID:4307f53044263cf4b835bd812fc161a4",
|
||||
"GUID:b0214a6008ed146ff8f122a6a9c2f6cc",
|
||||
"GUID:75469ad4d38634e559750d17036d5f7c"
|
||||
"GUID:75469ad4d38634e559750d17036d5f7c",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
||||
Reference in New Issue
Block a user