Example #1
0
 void IPoolInitializable.OnPostPoolInitialize()
 {
     RegisterAllComponents();
     ComponentSerializer.InjectReferences(allComponents, references);
 }
Example #2
0
 void Awake()
 {
     ComponentSerializer.InjectReferences(allComponents, references);
 }