LifeState.cs
namespace Facepunch.BombRoyale;

public enum LifeState
{
	Dead,
	Alive
}