r2mods/ilspy_dump/ror2_csproj/NearestPlayerCheckerSinglet...

9 lines
168 B
C#
Raw Normal View History

2024-10-04 07:26:37 +00:00
using UnityEngine;
public class NearestPlayerCheckerSingleton : MonoBehaviour
{
public bool debugPrintInfo;
public static NearestPlayerCheckerSingleton instance;
}