Пример #1
0
 protected override void OnCollideWithEnemy(Enemy enemy, Vector3 hitPosition)
 {
     enemy.AddChill(ChillTime);
 }