Example #1
0
		private void Awake()
		{
			Instance = this;
			_otherObjects = new HashSet<GameObject>();
			_enemiesObjects = new HashSet<EnemyController>();
			_random = new System.Random(DateTime.Now.Millisecond);
		}