github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/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  )