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

10 lines
116 B
C#

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