예제 #1
0
 protected override void DestroyOrganism()
 {
     // Put back this bacteria to the pool to be reused
     virusPool.ReturnToPool(this);
 }