Example #1
0
        public CarpetBomb(CarpetBombInfo info)
        {
            this.info = info;

            // TODO: Push this conversion into the yaml
            range = WRange.FromCells(info.Range);
        }
Example #2
0
        public CarpetBomb(CarpetBombInfo info)
        {
            this.info = info;

            // TODO: Push this conversion into the yaml
            range = WRange.FromCells(info.Range);
        }