123456789101112131415161718192021222324252627282930313233 |
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- public class TestManager : MonoBehaviour {
- public Transform player;
- public Transform enemy;
- public Camera mainCamera;
-
- void Start () {
-
-
-
-
-
-
-
-
-
- }
-
-
- void Update () {
-
- }
- }
|