ソースを参照

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

cuixin 8 年 前
コミット
6bf5ee3d65
1 ファイル変更0 行追加8 行削除
  1. 0 8
      Unity/Assets/Scripts/Base/Object/Entity.cs

+ 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
 	}
 }