Fix build script

pull/298/head
David Finol 2021-11-17 20:00:15 -06:00
parent f7a032d5e6
commit 717f717e07
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
using System.Collections.Generic; using System;
using System.Collections.Generic;
using UnityEditor; using UnityEditor;
namespace UnityBuilderAction.Input namespace UnityBuilderAction.Input