last update
This commit is contained in:
@@ -51,7 +51,13 @@ public class ClientDataService
|
||||
}
|
||||
}
|
||||
|
||||
public int position
|
||||
public int city
|
||||
{
|
||||
get => PlayerPrefs.GetInt("city", -1);
|
||||
set => PlayerPrefs.SetInt("city", value);
|
||||
}
|
||||
|
||||
public int topPosition
|
||||
{
|
||||
get => PlayerPrefs.GetInt("position", 0);
|
||||
set => PlayerPrefs.SetInt("position", value);
|
||||
|
||||
Reference in New Issue
Block a user