using UnityEngine;
public class Testing : MonoBehaviour {
private void Start() { }
private void Update() { }
}