Пример #1
0
 // Start is called before the first frame update
 public AnimalNPCDecorator(AnimalINPC animal)
 {
     _animal = animal;
     _stats  = animal.GetStats();
 }