Update gestione script LUA:
- cartella con script - conf x scelta - gestione script letti 1 sola volta all'avvio
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MP.Core.Conf
|
||||
{
|
||||
public class RedisScriptsConfig
|
||||
{
|
||||
public Dictionary<string, string> Scripts { get; set; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user