Files
SPT-Server-Build/Core/Controllers/HideoutController.cs
T
2025-01-11 18:14:39 +00:00

10 lines
114 B
C#

using Core.Annotations;
namespace Core.Controllers;
[Injectable]
public class HideoutController
{
// TODO
}