Make damage logs distinguish between damage and healing
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
public enum LogType
|
||||
{
|
||||
Unknown = 0, // do not use
|
||||
DamageChange = 1
|
||||
// DamageChange = 1
|
||||
Damaged = 2,
|
||||
Healed = 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user