package sugarrush const ( ReelWidth = int64(7) ReelHeight = int64(7) SymbolScatter = int64(1) ) const ( RoundTypeBaseSpin = iota RoundTypeMoreScatter // 25% more cost RoundTypeBuyFreeSpin // 10000% more cost )