BITFALL/Assets/Artists/Scripts/WorldChunk/RuntimeInteriorService.cs

17 lines
265 B
C#
Raw Normal View History

2024-03-22 20:16:32 +08:00
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using BITKit;
using MeshCombineStudio;
using UnityEngine;
namespace BITFALL.OpenWorld
{
public class RuntimeInteriorService : MonoBehaviour
{
}
}