bloxstrap/Bloxstrap/Models/APIs/Config/TranslationPatch.cs
2024-11-29 20:43:01 +00:00

13 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Bloxstrap.Models.APIs.Config
{
internal class TranslationPatch
{
}
}