using UnityEngine;
using System.Collections;
#if UNITY_EDITOR
using UnityEditor;
#endif
public class sitrup : MonoBehaviour {
void Start ()
{
#if UNITY_EDITOR
Selection.activeObject = gameObject;
#endif
}
}
}