コード例 #1
0
 public void TimePassed()
 {
     Age++;
     Needs.ForEach(need => need.Dissatisfy(this));
 }