1
0
mirror of https://github.com/xiaopeng12138/MaiDXR.git synced 2024-12-12 10:01:05 +01:00
MaiDXR/Assets/Scripts/RefreshResolution.cs
2022-01-16 18:34:39 +01:00

19 lines
301 B
C#

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