1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

Update TypeExtensions.cs

Fixed Copy/Paste error missing using directive.
This commit is contained in:
Raistlin Wolfe 2022-09-16 12:19:19 -06:00 committed by GitHub
parent 1b64a96d40
commit 4acfc40adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
using System;
using System.Linq;
using System.Reflection;