Commit 7c178c3d authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Merge pull request #153 from Mervill/master

Quick updates to Unity3D compatibility
parents 20873726 f7eea5c0
using System; using System;
#if !UNITY_3D
namespace System.Reflection namespace System.Reflection
{ {
public enum BindingFlags public enum BindingFlags
...@@ -10,3 +10,4 @@ namespace System.Reflection ...@@ -10,3 +10,4 @@ namespace System.Reflection
Public = 16, Public = 16,
} }
} }
#endif
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment