add admin panel / AR level

This commit is contained in:
2023-07-05 19:46:30 +05:00
parent ea5ba8a99c
commit 90a0d3358d
59 changed files with 9938 additions and 59 deletions
@@ -50,4 +50,10 @@ public class ClientDataService
PlayerPrefs.SetString("data", prefsData);
}
}
public int position
{
get => PlayerPrefs.GetInt("position", 0);
set => PlayerPrefs.SetInt("position", value);
}
}