Import 2D Level
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Platformer.Mechanics
|
||||
{
|
||||
/// <summary>
|
||||
/// Marks a gameobject as a spawnpoint in a scene.
|
||||
/// </summary>
|
||||
public class SpawnPoint : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user