14 lines
247 B
C#
14 lines
247 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Beyond
|
|
{
|
|
public class FireTornadoController : MonoBehaviour
|
|
{
|
|
public void Move()
|
|
{
|
|
//waypoint movement
|
|
}
|
|
}
|
|
} |