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

13 lines
186 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITFALL.OpenWorld
{
public class RuntimeInteriorChunk : MonoBehaviour
{
}
}