using System.Text.Json.Serialization;
namespace BetterFirstPerson;
public class Config {
[JsonInclude] public bool UseBendingInstead = false;
}