Class BaseServiceBootstrapper
A bootstrapper base class which handles the service initialization
Namespace: i5.Toolkit.Core.ServiceCore
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseServiceBootstrapper : MonoBehaviour
Methods
OnDestroy()
Declaration
protected virtual void OnDestroy()
RegisterServices()
Declaration
protected abstract void RegisterServices()
Start()
Declaration
protected virtual void Start()
UnRegisterServices()
Declaration
protected abstract void UnRegisterServices()