Exemple #1
0
 public XUSingleTown(string resourcesPrefabPath)
 {
     _strategy            = SingletownStrategy.InstantiateFromResourcesPrefab;
     _resourcesPrefabPath = resourcesPrefabPath;
 }
Exemple #2
0
 public XUSingleTown(SingletownStrategy strategy = SingletownStrategy.FindExisting)
 {
     _strategy = strategy;
 }