complete engines

This commit is contained in:
2026-07-15 16:08:24 +03:30
parent c1a4456328
commit 3af890f4b5
5 changed files with 301 additions and 26 deletions
@@ -0,0 +1,5 @@
package org.project.common.models;
public record EntityDiff(int health, int stamina, boolean lostShield, boolean lostCostume, int shieldHealth, int costumeHealth) {
}