예제 #1
0
파일: Arm.cs 프로젝트: KristofBD/Aetheria
 public Arm(ILimb extension)
 {
     this.Extension = extension;
 }
예제 #2
0
파일: Leg.cs 프로젝트: KristofBD/Aetheria
 public Leg(ILimb extension)
 {
     this.Extension = extension;
 }