Change anchorable snap default to true (#3789)

This commit is contained in:
ShadowCommander
2021-04-02 02:29:49 -07:00
committed by GitHub
parent 5de9228c40
commit d9781c6f1c
18 changed files with 1 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ namespace Content.Server.GameObjects.Components
[ViewVariables(VVAccess.ReadWrite)]
[DataField("snap")]
public bool Snap { get; private set; }
public bool Snap { get; private set; } = true;
public override void Initialize()
{