1
0

_Template.cs 187 B

1234567891011121314
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace Dev
  5. {
  6. /// <summary>
  7. ///
  8. /// </summary>
  9. public class _Template : MonoBehaviour
  10. {
  11. }
  12. }