Example #1
0
 public static GameObject instance_get_singleton(Type t)
 {
     return(SceneObjects.FirstOrDefault(x => x.GetType() == t));
 }