JACK_C#_虛方法和抽象方法

#region 模擬微信打飛機裏面敵機受到攻擊時受到傷害的情景     public class Plane     {         public string name;         protected int hp = 50;         public virtual int HP{             get{                  return hp;     
相關文章
相關標籤/搜索