21 lines
397 B
C#
21 lines
397 B
C#
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;
|
|
}
|
|
} |