2024-05-21 22:29:18 +02:00
|
|
|
|
using System;
|
|
|
|
|
|
2024-05-23 11:13:19 +02:00
|
|
|
|
namespace Rizu.Core.Models;
|
2024-05-21 22:29:18 +02:00
|
|
|
|
|
|
|
|
|
[Serializable]
|
|
|
|
|
public class BatchManualMeta
|
|
|
|
|
{
|
|
|
|
|
public string game = "maimaidx";
|
|
|
|
|
public string playtype = "Single";
|
|
|
|
|
public string service = "Rizu";
|
|
|
|
|
}
|