Пример #1
0
 // Applys the given record
 public void ApplyRecord(IRecord record)
 {
     record.ApplyEffect(this);
 }