doodle/pkg/balance/flag_paid.go

8 lines
143 B
Go

//go:build !shareware
// +build !shareware
package balance
// FreeVersion is true in the free version of the game.
const FreeVersion = false