stuff
This commit is contained in:
parent
a8341e8232
commit
a8c43ba7e2
43 changed files with 2618 additions and 48 deletions
10
src/Roboto.Core/FlaskSettings.cs
Normal file
10
src/Roboto.Core/FlaskSettings.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Roboto.Core;
|
||||
|
||||
public class FlaskSettings
|
||||
{
|
||||
public float LifeFlaskThreshold { get; set; } = 50f;
|
||||
public float ManaFlaskThreshold { get; set; } = 50f;
|
||||
public int FlaskCooldownMs { get; set; } = 4000;
|
||||
public ushort LifeFlaskScanCode { get; set; } = 0x02; // Key1
|
||||
public ushort ManaFlaskScanCode { get; set; } = 0x03; // Key2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue