Exemple #1
0
 protected virtual void Start()
 {
     GameService    = ServiceLocator.GetService <IGameService>();
     NetworkService = ServiceLocator.GetService <INetworkService>();
 }