Skip to content

Instantly share code, notes, and snippets.

View nooxouille's full-sized avatar

Mauryl Saint Jalmes nooxouille

View GitHub Profile
using System.Collections;
using UnityEngine;
public static class DBManager
{
public static string username;
public static string email;
public static int score;
public static int GetScore()