예제 #1
0
파일: Inventory.cs 프로젝트: Cdrix/SM
 private void CheckIfAnAmtHasExpired(InvItem curr)
 {
     curr.CheckIfAnyHasExpired(this);
 }