2023-01-05 16:45:23 +11:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Sprite;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// If your client entity is behind this then the sprite's alpha will be lowered so your entity remains visible.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class SpriteFadeComponent : Component
|
2023-01-05 16:45:23 +11:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|