riversong code showcase
This commit is contained in:
21
Source/Riversong/Config/SceneFolders.cs
Normal file
21
Source/Riversong/Config/SceneFolders.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public class SceneFolders : MonoBehaviour
|
||||
{
|
||||
public Transform AudioSources;
|
||||
|
||||
public Transform TerrainChunks;
|
||||
|
||||
public Transform RawResources;
|
||||
|
||||
public Transform Buildings;
|
||||
|
||||
public Transform RoadTiles;
|
||||
|
||||
public Transform ProductStacks;
|
||||
|
||||
public Transform Agents;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user