github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/protocol/planet.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package protocol 4 5 // PlanetID indicate planet ID with some usefull methods 6 type PlanetID uint32 7 8 const ( 9 PlanetUnSet PlanetID = iota 10 PlanetEarth 11 )