コード例 #1
0
 public void HandleRatCountModification(Rat rat)
 {
     RatCountModified?.Invoke(rat, new RatCountModifiedArgs(GetOverallRatCount()));
 }