using System;
public class GenerateStores : MonoBehaviour
{
public static GenerateStores Instance;
public void Start()
Instance = this;
}