JACK_C#_虚方法和抽象方法

#region 模拟微信打飞机里面敌机受到攻击时受到伤害的情景     public class Plane     {         public string name;         protected int hp = 50;         public virtual int HP{             get{                  return hp;     
相关文章
相关标签/搜索