r2mods/ilspy_dump/ror2_csproj/NearestPlayerCheckerSinglet...

9 lines
168 B
C#

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