예제 #1
0
파일: Armor.cs 프로젝트: moto2002/Pioneer
 public void use(IPlayable user)
 {
     user.equipArmor(this);
 }