9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

Fix Mount and Dismount

This commit is contained in:
iqtester
2025-06-25 02:16:46 -04:00
parent 19197fb66a
commit bff7c85a1e
6 changed files with 48 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ import org.joml.Vector3f;
public interface SeatEntity extends EntityPacketHandler {
void add(NetWorkUser from, NetWorkUser to);
void add(NetWorkUser to);
void dismount(Player player);