예제 #1
0
 public Enemy(Graphics.Graphics.Graphic g)
 {
     this.graphic = g; //Sets graphic
 }
예제 #2
0
 public DummyDef(Graphics.Graphics.Graphic g) : base(g)
 {
 }
예제 #3
0
 /// <summary>
 /// Creates a new defence
 /// </summary>
 /// <param name="g">Default Texture</param>
 public Defence(Graphics.Graphics.Graphic g)
 {
     this.graphic = g;
 }