Разрешаю кушать
This commit is contained in:
@@ -22,4 +22,18 @@ public sealed partial class MaskComponent : Component
|
||||
|
||||
[DataField, AutoNetworkedField]
|
||||
public string EquippedPrefix = "toggled";
|
||||
|
||||
/// <summary>
|
||||
/// WD Ahead of wizden.
|
||||
/// When <see langword="true"/> will function normally, otherwise will not react to events
|
||||
/// </summary>
|
||||
[DataField("enabled"), AutoNetworkedField]
|
||||
public bool IsEnabled = true;
|
||||
|
||||
/// <summary>
|
||||
/// WD Ahead of wizden.
|
||||
/// When <see langword="true"/> will disable <see cref="IsEnabled"/> when folded
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public bool DisableOnFolded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user