Add log for slipping

This commit is contained in:
DrSmugleaf
2021-11-22 20:36:50 +01:00
parent 86ce2aeb22
commit 57b6efa3fd
2 changed files with 6 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ public enum LogType
// DamageChange = 1
Damaged = 2,
Healed = 3,
Slip = 4,
}