The very basic client app, not adapted for mobiles.
This commit is contained in:
8
commons/appids.go
Normal file
8
commons/appids.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package commons
|
||||
|
||||
var (
|
||||
// ClientAppID это идентификатор для клиента.
|
||||
ClientAppID = "name.pztrn.bunker.client"
|
||||
// ServerAppID это идентификатор для сервера.
|
||||
ServerAppID = "name.pztrn.bunker.server"
|
||||
)
|
Reference in New Issue
Block a user