fix compliation error from missing import

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-08-17 09:59:51 -04:00
parent 4d738ff511
commit 09c3c15c87

View File

@ -18,6 +18,7 @@
using Godot; using Godot;
using godotOscSharp; using godotOscSharp;
using System.Collections.Generic;
namespace godotVmcSharp namespace godotVmcSharp
{ {