renamed projects and namespaces
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using SPTarkov.Common.Annotations;
|
||||
|
||||
namespace SPTarkov.Server.Core.Controllers;
|
||||
|
||||
[Injectable]
|
||||
public class HandBookController
|
||||
{
|
||||
public void Load()
|
||||
{
|
||||
// leaving as this is how node is RN
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user