Files
BITFALL/Assets/Artists/Scripts/Scenes/PhysicsDoorManager.cs
CortexCore 84ea82581f 1
2023-12-30 17:37:48 +08:00

23 lines
311 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITKit
{
public class PhysicsDoorManager : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}