1.3.2: Marked SerializeReferenceTo to be 2019_3_OR_NEWER
This commit is contained in:
parent
ec2afb78db
commit
05f04657c5
3 changed files with 9 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
#if UNITY_2019_3_OR_NEWER
|
||||
using System;
|
||||
|
||||
namespace Module.Inspector
|
||||
{
|
||||
|
|
@ -19,4 +20,5 @@ namespace Module.Inspector
|
|||
useType = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue