Exemplo n.º 1
0
 public Character(Head head, Body body, Feet feet)
 {
     this.head = head;
     this.body = body;
     this.feet = feet;
 }
Exemplo n.º 2
0
 public Character(Head head, Body body, Feet feet)
 {
     this.head = head;
     this.body = body;
     this.feet = feet;
 }