fix: albedo elevator doesn't work (#1845)

* Packet preparation

* elevator creation

* Make elevator work, scene time, entity removed event.

* Avoid referencing certain character name.
This commit is contained in:
hamusuke
2022-10-12 15:56:45 +09:00
committed by GitHub
Unverified
parent f801fe0305
commit bf8ee32382
13 changed files with 2839 additions and 9 deletions
@@ -219,6 +219,10 @@ public abstract class GameEntity {
}
public void onRemoved() {
}
/**
* Called when this entity dies
* @param killerId Entity id of the entity that killed this entity