예제 #1
0
 public bool HasFlag(EntityFlags flag)
 => _flags.HasFlag(flag);
예제 #2
0
 public bool IsDead() => flags.HasFlag(EntityFlags.IsDead);