using UnityEngine;
using System.Collections;

public class TestTrigger : MonoBehaviour 
{

	public void DoSomething()
	{
		Debug.Log("Ok");
	}

}