void Awake() { Instance = this; }
public ObjectPool(IGameObjectCreator creator) { this.creator = creator; this.PoolEnabled = true; }