1
Fork 0
slime-blood-and-pain/Assets/Scripts/NextLevel.cs

7 lines
133 B
C#
Raw Normal View History

2019-04-29 08:39:48 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NextLevel : MonoBehaviour {
//TODO
}