More controllers
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Core.Models.Spt.Logging;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
public class ClientLogController
|
||||
{
|
||||
/// <summary>
|
||||
/// Handle /singleplayer/log
|
||||
/// </summary>
|
||||
/// <param name="logRequest"></param>
|
||||
public void ClientLog(ClientLogRequest logRequest)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user