Пример #1
0
 protected virtual bool IsHostileTo(HitPoints shipbase)
 {
     return(!shipbase.CompareTag(tag));
 }