using System; [Serializable] public enum SavedDataTUCategory { CURRENCY = 0, SKIN = 1, NO_AD = 2, BEST_SCORE_DEFAULT = 10, PLAYER_LEVEL = 11 }