Beispiel #1
0
        protected override void Awake()
        {
            base.Awake();

            Instance = this;
            Bullets  = new Dictionary <int, GameObject>();
        }
Beispiel #2
0
        protected override void Awake()
        {
            base.Awake();

            Instance = this;
        }