main function

Show/Hide Function Body
{
	components.RegisterSSCHost()
	components.RegisterTwitchOAuthHost()
	components.RegisterNetcodeHost()
	components.RegisterMultiplayerHost()
	log.Fatal(host.Start("client"))
}

log import

Import example:

import "log"

github.com/rfwlab/rfw/docs/host/components import

Import example:

import "github.com/rfwlab/rfw/docs/host/components"

github.com/rfwlab/rfw/v1/host import

Import example:

import "github.com/rfwlab/rfw/v1/host"