客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -124,6 +124,12 @@ public class Player_SO : ScriptableObject
|
||||
PersistEditorChanges();
|
||||
}
|
||||
|
||||
public void SetCurrentLevel(int value)
|
||||
{
|
||||
player_currentLevel = Mathf.Max(0, value);
|
||||
PersistEditorChanges();
|
||||
}
|
||||
|
||||
public void SetLegacyExpBottleCount(string fieldName, int value)
|
||||
{
|
||||
int safeValue = Mathf.Max(0, value);
|
||||
|
||||
Reference in New Issue
Block a user