Files
Tabletop/Tabletop.Core/Services/CaptureService.cs
2025-12-30 02:22:44 +01:00

13 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tabletop.Core.Services
{
internal class CaptureService
{
}
}