intersection test between two objects in unity

this C# script is to detect collision between two objects. let's say there is a player and a enemy, add player & enemy with collider, add the script to the enemy, and then do something..in this case, enemy will be destoyed. using UnityEngine;using System.Collections;public class col : MonoBehaviour...