コード例 #1
0
ファイル: MoneyManager.cs プロジェクト: Amberbm/EGG
 //set income tho the calulated worth of all owned properties
 public void SetIncome()//after each change
 {
     income = PropertyManager.CalculateIncome() + extraincome;
 }