Example #1
0
        private void Init(Card card, WorldGrid grid, Vector2Int epicenter)
        {
            transform.position = grid.GridToWorld(epicenter, WorldGrid.PlaceMode.TileCenter);
            this.epicenter     = epicenter;
            this.Card          = card;

            stopwatch = Stopwatch.CreateAndStart();
            InitHits();
        }