add project files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum SavedDataTUCategory
|
||||
{
|
||||
CURRENCY = 0,
|
||||
SKIN = 1,
|
||||
NO_AD = 2,
|
||||
BEST_SCORE_DEFAULT = 10,
|
||||
PLAYER_LEVEL = 11
|
||||
}
|
||||
Reference in New Issue
Block a user