mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
9 lines
148 B
C#
9 lines
148 B
C#
namespace MinecraftClient.Mapping
|
|
{
|
|
public enum CombatEventType
|
|
{
|
|
EnterCombat = 0,
|
|
EndCombat,
|
|
EntityDead
|
|
}
|
|
}
|