Change namespaces from VRM/global to VRM.Samples for all scripts in VRM.Samples

This commit is contained in:
yutopp
2019-01-07 19:06:31 +09:00
parent 8a952874e5
commit ea224d3911
11 changed files with 89 additions and 84 deletions

View File

@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
#endif
namespace VRM
namespace VRM.Samples
{
public static class FileDialogForWindows
{