using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 每一个萌宠的信息 /// public class PetInfo { public string res; public float post_x; public float post_y; }