This is the core for VeloBrawl V2, which uses the system broker on RabbitMQ.
You can use VeloBrawl.V2.VB24BXIM9CA.Inject as program inject.
You can configure your application in the VeloBrawl.V2.VB24BXIM9CA.Core/SaveBase/config.json file.
logSensitive - the level of how sensitive the console is to logging
public enum UniqueLogLevels : byte { Hypersensitive = 100, MediumSensitive = 80, AlmostSensitive = 40, AlmostInsensitive = 30, Insensitive = 20, FatalInsensitive = 10, CrazyNoneLogLevel = 1, LogAbsent = 0 },
rabbitMqHost - host for brokerage with RabbitMQ.
minutesToGC - number of minutes after which garbage collection will be performed. (minimum number of minutes is 1).