The purpose of this Service Mesh service is ...
This service has dependencies on all other Diablo2 file-loader services:
This service integrates with the following services:
This service exports an integration interface IsFoo
with an alias
Dependencncy
which are intended to be used by other services for dependency
resolution (see servicemesh.HasDependencies), and expose just the methods which
other services should use.
type Dependency = Foo
type IsFoo interface {
Foo()
}
Describe how this service integrates with the lua service (this is just an example).
You should show an example of the lua API usage:
data = assets.load("/data/global/ui/Loading/loadingscreen.dc6")