Make more Fields VV and more editable (#2051)
* Make more Fields VV and more editable * Applied feedback Co-authored-by: David Tan <>
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Content.Client.GameObjects.Components.Mobs
|
||||
/// <summary>
|
||||
/// Allows calculating if we need to act due to this component being controlled by the current mob
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
private bool CurrentlyControlled => _playerManager.LocalPlayer != null && _playerManager.LocalPlayer.ControlledEntity == Owner;
|
||||
|
||||
protected override void Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user