diff --git a/DeviceReceiver.cs b/DeviceReceiver.cs index 8cb4606..9e3317f 100644 --- a/DeviceReceiver.cs +++ b/DeviceReceiver.cs @@ -19,4 +19,4 @@ namespace godotVmcSharp this.devices[message.Serial].Transform = message.Transform; } } -} \ No newline at end of file +} diff --git a/InvalidType.cs b/InvalidType.cs index 4cff5cb..8b58e01 100644 --- a/InvalidType.cs +++ b/InvalidType.cs @@ -16,8 +16,6 @@ along with this program. If not, see . */ -using godotOscSharp; - namespace godotVmcSharp { public class InvalidArgumentType @@ -31,4 +29,4 @@ namespace godotVmcSharp return GetErrorString(address.ToString(), name, expected, actual); } } -} \ No newline at end of file +} diff --git a/VmcMessages/VmcExtRootPos.cs b/VmcMessages/VmcExtRootPos.cs index f2ef484..15d249d 100644 --- a/VmcMessages/VmcExtRootPos.cs +++ b/VmcMessages/VmcExtRootPos.cs @@ -19,7 +19,6 @@ using Godot; using godotOscSharp; using System.Collections.Generic; -using System.Threading; namespace godotVmcSharp { @@ -191,4 +190,4 @@ namespace godotVmcSharp }); } } -} \ No newline at end of file +}