mirror of
https://github.com/myawired/2025-RecRoom-Server-E12354.git
synced 2026-07-18 00:21:15 +10:00
11 lines
172 B
C#
11 lines
172 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace Rec_rewild_live_rewrite.Controllers
|
|
{
|
|
public class RewildDllController : Controller
|
|
{
|
|
|
|
}
|
|
}
|