- fix: Telescope works correctly maybe. (#277)
This commit is contained in:
@@ -6,13 +6,7 @@ namespace Content.Shared._White.Telescope;
|
||||
public sealed partial class TelescopeComponent : Component
|
||||
{
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float MaxLength = 670f;
|
||||
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float MinLength = 100f;
|
||||
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Divisor = 60f;
|
||||
public float Divisor = 1f;
|
||||
|
||||
[ViewVariables]
|
||||
public EntityUid? LastHoldingEntity;
|
||||
|
||||
Reference in New Issue
Block a user