コード例 #1
0
 /// <inheritdoc/>
 public void Handle(Healing health)
 {
     Health += health.Take(MaxHealth - Health);
 }