public static LaneConnectionManager Instance()
 {
     if (instance == null)
     {
         instance = new LaneConnectionManager();
     }
     return(instance);
 }
Example #2
0
 static LaneConnectionManager()
 {
     Instance = new LaneConnectionManager();
 }