Ejemplo n.º 1
0
        public static void Prepare(ItemReferences itemRefs)
        {
            items = itemRefs;
            Pooler <Item> .Prepare();

            Pooler <DropLabel> .Prepare();
        }
Ejemplo n.º 2
0
 public static void Prepare()
 {
     Pooler <ParticlePooled> .Prepare();
 }
Ejemplo n.º 3
0
 public static void Prepare(GameObject ghost)
 {
     ghostPrefab = ghost;
     Pooler <CutinGhost> .Prepare();
 }
Ejemplo n.º 4
0
 public static void Prepare(GameObject inodePref)
 {
     inodePrefab = inodePref;
     Pooler <BehaviorEntity> .Prepare();
 }