Fix /move

This commit is contained in:
BruceChen 2022-09-09 16:13:25 +08:00
parent 531f3408a0
commit 223c13561c
6 changed files with 62 additions and 45 deletions

View file

@ -23,6 +23,12 @@ namespace MinecraftClient.Protocol
public string? DisplayName;
// Entity info
public Mapping.Entity? entity;
// For message signature
private readonly PublicKey? PublicKey;
private readonly DateTime? KeyExpiresAt;