예제 #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;
 }