Newer
Older
Dreamsturbia-Project-IADE-Unity3D / Assets / Scripts / AI / WaypointCollection.cs
@Rackday Rackday on 21 Aug 302 bytes Project Added
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class WaypointCollection : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        
    }

    // Update is called once per frame
    void Update()
    {
        
    }
}