Ejemplo n.º 1
0
    //[SerializeField] private GameObject particulaDaColeta = default;
    #endregion


    private void Start()
    {
        ActiveFalseForShift.StaticStart(Start, this, ID);
    }
 protected override void Start()
 {
     base.Start();
     ActiveFalseForShift.StaticStart(Start, this, ID);
 }