refactor: remove unused imports
This commit is contained in:
parent
4f605796d0
commit
c0f028bb55
|
@ -19,4 +19,4 @@ namespace godotVmcSharp
|
|||
this.devices[message.Serial].Transform = message.Transform;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
using godotOscSharp;
|
||||
|
||||
namespace godotVmcSharp
|
||||
{
|
||||
public class InvalidArgumentType
|
||||
|
@ -31,4 +29,4 @@ namespace godotVmcSharp
|
|||
return GetErrorString(address.ToString(), name, expected, actual);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
using Godot;
|
||||
using godotOscSharp;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
|
||||
namespace godotVmcSharp
|
||||
{
|
||||
|
@ -191,4 +190,4 @@ namespace godotVmcSharp
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user