Files
KopMap/Assets/NatureManufacture Assets/WorldStreamer/Scritps/Utils/ObjectsParent.cs

11 lines
210 B
C#
Raw Normal View History

2025-09-02 18:55:19 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace WorldStreamer2
{
public class ObjectsParent : MonoBehaviour
{
public string gameObjectPrefix;
}
}