Snaparazzi/Assets/Scripts/RoomManager.cs
Morgan - 6 Freedom d6af38c644 database classes
2024-01-27 10:19:32 +01:00

20 lines
280 B
C#

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