13 lines
188 B
C#
13 lines
188 B
C#
using SptCommon.Annotations;
|
|
|
|
namespace Core.Controllers;
|
|
|
|
[Injectable]
|
|
public class HandBookController
|
|
{
|
|
public void Load()
|
|
{
|
|
// leaving as this is how node is RN
|
|
}
|
|
}
|