Example #1
0
 private void Awake()
 {
     _uiService = ServiceLocator.GetService <UIService>();
 }
Example #2
0
 protected virtual void Start()
 {
     GameService    = ServiceLocator.GetService <IGameService>();
     NetworkService = ServiceLocator.GetService <INetworkService>();
 }