using UnityEngine;

public class EnableObjectPerLevel : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}