Adds like 17 new logs (#5499)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
@@ -20,4 +20,22 @@ public enum LogType
|
||||
ReagentEffect = 18,
|
||||
CanisterValve = 20,
|
||||
CanisterPressure = 21,
|
||||
CanisterPurged = 22,
|
||||
CanisterTankEjected = 23,
|
||||
CanisterTankInserted = 24,
|
||||
DisarmedAction = 25,
|
||||
DisarmedKnockdown = 26,
|
||||
AttackArmedClick = 27,
|
||||
AttackArmedWide = 28,
|
||||
AttackUnarmedClick = 29,
|
||||
AttackUnarmedWide = 30,
|
||||
InteractHand = 31,
|
||||
InteractActivate = 32,
|
||||
Throw = 33,
|
||||
Landed = 34,
|
||||
ThrowHit = 35,
|
||||
Pickup = 36,
|
||||
Drop = 37,
|
||||
BulletHit = 38,
|
||||
CrayonDraw = 39,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user