// Felix-Bang:FBBulletInfo //   へ     /| //  /\7    ∠_/ //  / │   / / // │ Z _,< /   /`ヽ // │     ヽ   /  〉 //  Y     `  /  / // イ● 、 ●  ⊂⊃〈  / // ()  へ    | \〈 //  >ー 、_  ィ  │ // //  / へ   / ノ<| \\ //  ヽ_ノ  (_/  │// //  7       |/ //  >―r ̄ ̄`ー―_ // Describe:子弹 // Createtime:2018/10/18 using System.Collections; using System.Collections.Generic; using UnityEngine; namespace FBApplication { public class FBBulletInfo { /// ID public int ID; /// 预制件名 public string PrefabName; /// 基本速度 public float BaseSpeed; /// 基础攻击力 public int BaseAttack; } }