Example #1
0
 private void GenerateJSON()
 {
     WeaponStats abc = new WeaponStats();
     Debug.Log(abc.SaveToString());
 }