Exemplo n.º 1
0
        public void Awake()
        {
            _instance = this;


#if UNITY_EDITOR
            if (itemDatabase == null)
                Debug.LogError("Item Database is not assigned!", transform);

#endif
        }
 public void Awake()
 {
     _instance = this;
 }