add: Level and Game controllers base
update: scripts are now in folders
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class LevelController : MonoBehaviour
|
||||
{
|
||||
public List<Transform> spawnPoints;
|
||||
}
|
||||
Reference in New Issue
Block a user