using System.Collections.Generic; namespace BF { public class BattlePetData { public bool IsInit = false; public string Res = string.Empty; public int Follow = 0; } }