From 498e5c1a2fabed3ba5f1c00768d7050c5738e76e Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 31 Jul 2020 10:46:23 -0700 Subject: Small refactoring, use new struct to store magnitudes --- grapher/AccelerationSettings.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 grapher/AccelerationSettings.cs (limited to 'grapher/AccelerationSettings.cs') diff --git a/grapher/AccelerationSettings.cs b/grapher/AccelerationSettings.cs new file mode 100644 index 0000000..83d48db --- /dev/null +++ b/grapher/AccelerationSettings.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace grapher +{ + public class AccelerationSettings + { + public sensitivity + } +} -- cgit v1.2.3