Ejemplo n.º 1
0
 public Key(Point location, Texture2D texture, Doorway door)
     : base(location, texture)
 {
     this.door = door;
     this.Initialize();
 }