first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
[Serializable]
|
||||
public class TalentSaveData
|
||||
{
|
||||
public int availableTalentPoints;
|
||||
public List<string> learnedTalentIds = new List<string>();
|
||||
}
|
||||
Reference in New Issue
Block a user