示例#1
0
文件: Inventory.cs 项目: Cdrix/SM
 private void CheckIfAnAmtHasExpired(InvItem curr)
 {
     curr.CheckIfAnyHasExpired(this);
 }