Untitled
unknown
csharp
4 years ago
207 B
9
Indexable
[System.Serializable]
public class AchievementData
{
public string achievementName;
[TextArea] public string achievementDescription;
public string achievementID;
public bool collect;
}Editor is loading...