complete engines
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.project.common.models;
|
||||
|
||||
public record EntityDiff(int health, int stamina, boolean lostShield, boolean lostCostume, int shieldHealth, int costumeHealth) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user