Esempio n. 1
0
        protected virtual void Awake()
        {
            if (destructible == null)
            {
                destructible = GetComponent <Destroyable>();
            }

            snapshot = destructible.GetSnapshot();
        }