Minor Health readability style fix
This commit is contained in:
@@ -19,6 +19,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
{
|
{
|
||||||
[Desc("HitPoints")]
|
[Desc("HitPoints")]
|
||||||
public readonly int HP = 0;
|
public readonly int HP = 0;
|
||||||
|
|
||||||
[Desc("Trigger interfaces such as AnnounceOnKill?")]
|
[Desc("Trigger interfaces such as AnnounceOnKill?")]
|
||||||
public readonly bool NotifyAppliedDamage = true;
|
public readonly bool NotifyAppliedDamage = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user