7 lines
121 B
Go
7 lines
121 B
Go
|
// +build !shareware
|
||
|
|
||
|
package balance
|
||
|
|
||
|
// FreeVersion is true in the free version of the game.
|
||
|
const FreeVersion = false
|