Made ChatBotAPI OnEntityDespawn to pass Entity object instead of EntityID

This commit is contained in:
ReinforceZwei 2020-03-24 15:03:32 +08:00 committed by ORelio
parent dbf5334758
commit 7fbf9443a1
4 changed files with 9 additions and 10 deletions

View file

@ -145,7 +145,7 @@ namespace MinecraftClient
public virtual void OnEntitySpawn(Mapping.Entity entity) { }
public virtual void OnEntityDespawn(int EntityID) { }
public virtual void OnEntityDespawn(Mapping.Entity entity) { }
/* =================================================================== */