11 lines
No EOL
208 B
C#
11 lines
No EOL
208 B
C#
|
|
using UnityEngine;
|
|
|
|
namespace SLZ.Marrow.Zones
|
|
{
|
|
[AddComponentMenu("MarrowSDK/Zones/Zone Chunk Loader")]
|
|
public class ZoneChunkLoader : ZoneLinkItem
|
|
{
|
|
public SceneChunk[] chunks;
|
|
}
|
|
} |