Utilities to interact with the Road Name Mod
        public static RoadNamerManager Instance()
        {
            if (instance == null)
            {
                instance = new RoadNamerManager();
            }

            return instance;
        }
예제 #2
0
        public static RoadNamerManager Instance()
        {
            if (instance == null)
            {
                instance = new RoadNamerManager();
            }

            return(instance);
        }