Exemple #1
0
 public void SetWallTexture(RendererService.WallTexture texture)
 {
     wall = objects.GetWall(texture);
 }
 public GameObject GetWall(RendererService.WallTexture texture)
 {
     return(wallMap[texture]);
 }