New Version 1.43

Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-01-31 11:11:48 +07:00
parent c14ee15515
commit 2cc26ff3af
32 changed files with 427 additions and 74 deletions

View file

@ -5781,6 +5781,11 @@ public class Game : MonoBehaviour
}
}
public void WebURL()
{
Application.OpenURL("www.skunkstudios.com");
}
public void QuitGame()
{
Application.Quit();