add config store
This commit is contained in:
@@ -5,7 +5,7 @@ namespace SimApi.Attributes;
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class SynapseRpcAttribute : Attribute
|
||||
{
|
||||
public string Name { get; }
|
||||
public string? Name { get; }
|
||||
|
||||
public SynapseRpcAttribute()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user