void Awake() { Test.Awake(); }
void OnDestroy() { Test.OnDestroy(); }
void Update() { Test.Update(); }
void Start() { Test.Start(); }