This commit is contained in:
CortexCore
2023-12-17 02:03:13 +08:00
parent 961ae8feb4
commit 11a8104c75
6 changed files with 79 additions and 56 deletions

View File

@@ -7,6 +7,7 @@ namespace BITFALL.Player.Equip
{
IOptional<float> Zoom { get; }
float Stable { get; set; }
float Aim { get; set; }
bool AllowAttack { get; set; }
bool AllowScope { get; set; }
IValidHandle AllowEquip { get; }