how would i go about deleting a child item from my player data file?
Lets say the file on the server (content below) is save using text (not binary) :
Version 198897
data1 = "1"
data2 = "2"
data3 = "3"
How would i remove "data3" from the hierarchy?
I know about "TNManager.playerData.RemoveChild".....but that doesnt work in this case.