Update CP14CloudShadowsComponent.cs
This commit is contained in:
@@ -6,12 +6,12 @@ namespace Content.Shared._CP14.DayCycle;
|
||||
/// <summary>
|
||||
/// if added to the map, renders cloud shadows on the map
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class CP14CloudShadowsComponent : Component
|
||||
{
|
||||
[DataField]
|
||||
[DataField, AutoNetworkedField]
|
||||
public Vector2 CloudSpeed = new Vector2(0.5f, 0f);
|
||||
|
||||
[DataField]
|
||||
[DataField, AutoNetworkedField]
|
||||
public float Alpha = 1f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user