mirror of
https://gitea.tendokyu.moe/Kayori/MedusaPluginChargeMachine.git
synced 2026-09-22 22:27:54 +03:00
Update for force encoding
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using MedusaPluginChargeMachine.Services;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System.Text;
|
||||
|
||||
namespace MedusaPluginChargeMachine;
|
||||
|
||||
@@ -18,6 +19,7 @@ public class ChargeMachinePlugin: IMedusaPlugin
|
||||
public string GameCode => "LA9";
|
||||
public int? MinVer => null;
|
||||
public int? MaxVer => null;
|
||||
public Encoding? ForcedEncoding => null;
|
||||
|
||||
public Task OnBuilderInitialize(WebApplicationBuilder builder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user