Untitled
Anonymous
csharp
10/23/2021 11:26 AM
276 B
21
Indexable
[System.Serializable]
public class AchievementData
{
public string achievementName;
[TextArea] public string achievementDescription;
public string achievementID;
public bool collect;
}Editor is loading...