Browse Source

modify mongo.bson在iOS下AOT问题修补

cuixin 8 năm trước cách đây
mục cha
commit
6bf5ee3d65

+ 0 - 8
Unity/Assets/Scripts/Base/Object/Entity.cs

@@ -211,13 +211,5 @@ namespace Model
 				}
 				}
 			}
 			}
 		}
 		}
-
-		#if AOT
-		private void AvoidAot()
-		{
-			EnumSerializer<EntityType> e = new EnumSerializer<EntityType>();
-		
-		}
-		#endif
 	}
 	}
 }
 }