Example #1
0
 public void Start()
 {
     //make the prototypeManager visible in unity inspector
     PrototypeManager = PrototypeManager.Instance;
     StartCoroutine(PrototypeManager.LoadPrototypes(PopulateLevels, protoType => protoType == "level"));
 }