using UnityEngine;
public class NearestPlayerCheckerSingleton : MonoBehaviour
{
public bool debugPrintInfo;
public static NearestPlayerCheckerSingleton instance;
}