ScopeTweaks/CameraResolutionScale/UpdateScopeResolution.cs

13 lines
209 B
C#
Raw Normal View History

2022-09-16 13:24:26 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CameraResolutionScale
{
internal class UpdateScopeResolution
{
}
}