コード例 #1
0
ファイル: Inventory.cs プロジェクト: Cdrix/SM
 private void CheckIfAnAmtHasExpired(InvItem curr)
 {
     curr.CheckIfAnyHasExpired(this);
 }