ScopeTweaks/CameraResolutionScale/UpdateScopeResolution.cs
2022-09-16 13:24:26 +02:00

13 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CameraResolutionScale
{
internal class UpdateScopeResolution
{
}
}