Editor: Added missing usings, so it works in Unity 6
This commit is contained in:
parent
a1ee1b5205
commit
764027b615
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue