// Felix-Bang:FBMonsterInfo //   へ     /| //  /\7    ∠_/ //  / │   / / // │ Z _,< /   /`ヽ // │     ヽ   /  〉 //  Y     `  /  / // イ● 、 ●  ⊂⊃〈  / // ()  へ    | \〈 //  >ー 、_  ィ  │ // //  / へ   / ノ<| \\ //  ヽ_ノ  (_/  │// //  7       |/ //  >―r ̄ ̄`ー―_ // Describe: // Createtime: using System.Collections; using System.Collections.Generic; using UnityEngine; namespace FBApplication { public class FBMonsterInfo { #region 字段 /// ID public int ID; /// 血量 public int HP; /// 移动速度 public float MoveSpeed; public int Price; #endregion } }