add admin panel / AR level
This commit is contained in:
@@ -50,4 +50,10 @@ public class ClientDataService
|
||||
PlayerPrefs.SetString("data", prefsData);
|
||||
}
|
||||
}
|
||||
|
||||
public int position
|
||||
{
|
||||
get => PlayerPrefs.GetInt("position", 0);
|
||||
set => PlayerPrefs.SetInt("position", value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user