mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Made ChatBotAPI OnEntityDespawn to pass Entity object instead of EntityID
This commit is contained in:
parent
dbf5334758
commit
7fbf9443a1
4 changed files with 9 additions and 10 deletions
|
|
@ -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) { }
|
||||
|
||||
|
||||
/* =================================================================== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue