Пример #1
0
 public Character(Head head, Body body, Feet feet)
 {
     this.head = head;
     this.body = body;
     this.feet = feet;
 }
Пример #2
0
 public Character(Head head, Body body, Feet feet)
 {
     this.head = head;
     this.body = body;
     this.feet = feet;
 }