_Template.cs 255 B

123456789101112131415161718
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using ToneTuneToolkit.Object;
  5. namespace Dev
  6. {
  7. /// <summary>
  8. ///
  9. /// </summary>
  10. public class _Template : MonoBehaviour
  11. {
  12. private void Start()
  13. {
  14. }
  15. }
  16. }