Space cobra 1.1 (#20298)
* space cobra again * didn't see * fix * Dirty * space spider * license * component * sprite update * visibility * fix * fix visibility
This commit is contained in:
@@ -19,6 +19,12 @@ public sealed partial class StealthComponent : Component
|
||||
[DataField("enabled")]
|
||||
public bool Enabled = true;
|
||||
|
||||
/// <summary>
|
||||
/// The creature will continue invisible at death.
|
||||
/// </summary>
|
||||
[DataField("enabledOnDeath")]
|
||||
public bool EnabledOnDeath = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the entity previously had an interaction outline prior to cloaking.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user