You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
misc fixes
This commit is contained in:
@@ -78,11 +78,7 @@ namespace Lidgren.Network
|
||||
|
||||
foreach (PropertyInfo fi in fields)
|
||||
{
|
||||
#if UNITY_WEBPLAYER || UNITY_4_5
|
||||
MethodInfo getMethod = fi.GetGetMethod();
|
||||
#else
|
||||
MethodInfo getMethod = fi.GetMethod;
|
||||
#endif
|
||||
if (getMethod != null)
|
||||
{
|
||||
object value = getMethod.Invoke(ob, null);
|
||||
|
||||
Reference in New Issue
Block a user