internal void Reload(TableFileRow row) { Id = row.Get_int(row.Values[0], ""); Name = row.Get_string(row.Values[1], ""); SkillType = row.Get_int(row.Values[2], ""); FlySpeed = row.Get_float(row.Values[3], ""); }
internal void Reload(TableFileRow row) { Id = row.Get_int(row.Values[0], "0"); Value1 = row.Get_float(row.Values[1], "0"); Value = row.Get_string(row.Values[2], "sdf"); }