AOTGenericReferences.cs 88 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  1. using System.Collections.Generic;
  2. public class AOTGenericReferences : UnityEngine.MonoBehaviour
  3. {
  4. // {{ AOT assemblies
  5. public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
  6. {
  7. "MemoryPack.dll",
  8. "MongoDB.Bson.dll",
  9. "System.Core.dll",
  10. "System.Runtime.CompilerServices.Unsafe.dll",
  11. "System.dll",
  12. "Unity.Core.dll",
  13. "Unity.Loader.dll",
  14. "Unity.ThirdParty.dll",
  15. "UnityEngine.CoreModule.dll",
  16. "YooAsset.dll",
  17. "mscorlib.dll",
  18. };
  19. // }}
  20. // {{ constraint implement type
  21. // }}
  22. // {{ AOT generic types
  23. // ET.AEvent<object,ET.ChangePosition>
  24. // ET.AEvent<object,ET.ChangeRotation>
  25. // ET.AEvent<object,ET.Client.AfterCreateClientScene>
  26. // ET.AEvent<object,ET.Client.AfterCreateCurrentScene>
  27. // ET.AEvent<object,ET.Client.AfterUnitCreate>
  28. // ET.AEvent<object,ET.Client.AppStartInitFinish>
  29. // ET.AEvent<object,ET.Client.EnterMapFinish>
  30. // ET.AEvent<object,ET.Client.LSSceneChangeStart>
  31. // ET.AEvent<object,ET.Client.LSSceneInitFinish>
  32. // ET.AEvent<object,ET.Client.LoginFinish>
  33. // ET.AEvent<object,ET.Client.SceneChangeFinish>
  34. // ET.AEvent<object,ET.Client.SceneChangeStart>
  35. // ET.AEvent<object,ET.EntryEvent1>
  36. // ET.AEvent<object,ET.EntryEvent3>
  37. // ET.AEvent<object,ET.MoveStart>
  38. // ET.AEvent<object,ET.MoveStop>
  39. // ET.AEvent<object,ET.NumbericChange>
  40. // ET.AInvokeHandler<ET.FiberInit,object>
  41. // ET.AInvokeHandler<ET.MailBoxInvoker>
  42. // ET.AInvokeHandler<ET.NetComponentOnRead>
  43. // ET.AInvokeHandler<ET.TimerCallback>
  44. // ET.ATimer<object>
  45. // ET.AwakeSystem<object,int,int>
  46. // ET.AwakeSystem<object,int>
  47. // ET.AwakeSystem<object,object,int>
  48. // ET.AwakeSystem<object,object,object>
  49. // ET.AwakeSystem<object,object>
  50. // ET.AwakeSystem<object>
  51. // ET.DestroySystem<object>
  52. // ET.DoubleMap<object,long>
  53. // ET.ETAsyncTaskMethodBuilder<ET.Client.WaitType.Wait_Room2C_Start>
  54. // ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_CreateMyUnit>
  55. // ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_SceneChangeFinish>
  56. // ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_UnitStop>
  57. // ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>
  58. // ET.ETAsyncTaskMethodBuilder<byte>
  59. // ET.ETAsyncTaskMethodBuilder<int>
  60. // ET.ETAsyncTaskMethodBuilder<long>
  61. // ET.ETAsyncTaskMethodBuilder<object>
  62. // ET.ETAsyncTaskMethodBuilder<uint>
  63. // ET.ETTask<ET.Client.WaitType.Wait_Room2C_Start>
  64. // ET.ETTask<ET.Client.Wait_CreateMyUnit>
  65. // ET.ETTask<ET.Client.Wait_SceneChangeFinish>
  66. // ET.ETTask<ET.Client.Wait_UnitStop>
  67. // ET.ETTask<System.ValueTuple<uint,object>>
  68. // ET.ETTask<byte>
  69. // ET.ETTask<int>
  70. // ET.ETTask<long>
  71. // ET.ETTask<object>
  72. // ET.ETTask<uint>
  73. // ET.EntityRef<object>
  74. // ET.IAwake<int,int>
  75. // ET.IAwake<int>
  76. // ET.IAwake<object,int>
  77. // ET.IAwake<object,object,object>
  78. // ET.IAwake<object,object>
  79. // ET.IAwake<object>
  80. // ET.IAwakeSystem<int,int>
  81. // ET.IAwakeSystem<int>
  82. // ET.IAwakeSystem<object,int>
  83. // ET.IAwakeSystem<object,object,object>
  84. // ET.IAwakeSystem<object,object>
  85. // ET.IAwakeSystem<object>
  86. // ET.LateUpdateSystem<object>
  87. // ET.ListComponent<Unity.Mathematics.float3>
  88. // ET.Singleton<object>
  89. // ET.StateMachineWrap<ET.Client.A2NetClient_MessageHandler.<Run>d__0>
  90. // ET.StateMachineWrap<ET.Client.A2NetClient_RequestHandler.<Run>d__0>
  91. // ET.StateMachineWrap<ET.Client.AI_Attack.<Execute>d__1>
  92. // ET.StateMachineWrap<ET.Client.AI_XunLuo.<Execute>d__1>
  93. // ET.StateMachineWrap<ET.Client.AfterCreateClientScene_AddComponent.<Run>d__0>
  94. // ET.StateMachineWrap<ET.Client.AfterCreateClientScene_LSAddComponent.<Run>d__0>
  95. // ET.StateMachineWrap<ET.Client.AfterCreateCurrentScene_AddComponent.<Run>d__0>
  96. // ET.StateMachineWrap<ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0>
  97. // ET.StateMachineWrap<ET.Client.AppStartInitFinish_CreateLoginUI.<Run>d__0>
  98. // ET.StateMachineWrap<ET.Client.AppStartInitFinish_CreateUILSLogin.<Run>d__0>
  99. // ET.StateMachineWrap<ET.Client.ChangePosition_SyncGameObjectPos.<Run>d__0>
  100. // ET.StateMachineWrap<ET.Client.ChangeRotation_SyncGameObjectRotation.<Run>d__0>
  101. // ET.StateMachineWrap<ET.Client.ClientSenderCompnentSystem.<Call>d__5>
  102. // ET.StateMachineWrap<ET.Client.ClientSenderCompnentSystem.<LoginAsync>d__3>
  103. // ET.StateMachineWrap<ET.Client.ClientSenderCompnentSystem.<RemoveFiberAsync>d__2>
  104. // ET.StateMachineWrap<ET.Client.EnterMapHelper.<EnterMapAsync>d__0>
  105. // ET.StateMachineWrap<ET.Client.EnterMapHelper.<Match>d__1>
  106. // ET.StateMachineWrap<ET.Client.EntryEvent3_InitClient.<Run>d__0>
  107. // ET.StateMachineWrap<ET.Client.FiberInit_NetClient.<Handle>d__0>
  108. // ET.StateMachineWrap<ET.Client.G2C_ReconnectHandler.<Run>d__0>
  109. // ET.StateMachineWrap<ET.Client.HttpClientHelper.<Get>d__0>
  110. // ET.StateMachineWrap<ET.Client.LSSceneChangeHelper.<SceneChangeTo>d__0>
  111. // ET.StateMachineWrap<ET.Client.LSSceneChangeHelper.<SceneChangeToReconnect>d__2>
  112. // ET.StateMachineWrap<ET.Client.LSSceneChangeHelper.<SceneChangeToReplay>d__1>
  113. // ET.StateMachineWrap<ET.Client.LSSceneChangeStart_AddComponent.<Run>d__0>
  114. // ET.StateMachineWrap<ET.Client.LSSceneInitFinish_Finish.<Run>d__0>
  115. // ET.StateMachineWrap<ET.Client.LSUnitViewComponentSystem.<InitAsync>d__2>
  116. // ET.StateMachineWrap<ET.Client.LoginFinish_CreateLobbyUI.<Run>d__0>
  117. // ET.StateMachineWrap<ET.Client.LoginFinish_CreateUILSLobby.<Run>d__0>
  118. // ET.StateMachineWrap<ET.Client.LoginFinish_RemoveLoginUI.<Run>d__0>
  119. // ET.StateMachineWrap<ET.Client.LoginFinish_RemoveUILSLogin.<Run>d__0>
  120. // ET.StateMachineWrap<ET.Client.LoginHelper.<Login>d__0>
  121. // ET.StateMachineWrap<ET.Client.M2C_CreateMyUnitHandler.<Run>d__0>
  122. // ET.StateMachineWrap<ET.Client.M2C_CreateUnitsHandler.<Run>d__0>
  123. // ET.StateMachineWrap<ET.Client.M2C_PathfindingResultHandler.<Run>d__0>
  124. // ET.StateMachineWrap<ET.Client.M2C_RemoveUnitsHandler.<Run>d__0>
  125. // ET.StateMachineWrap<ET.Client.M2C_StartSceneChangeHandler.<Run>d__0>
  126. // ET.StateMachineWrap<ET.Client.M2C_StopHandler.<Run>d__0>
  127. // ET.StateMachineWrap<ET.Client.Main2NetClient_LoginHandler.<Run>d__0>
  128. // ET.StateMachineWrap<ET.Client.Match2G_NotifyMatchSuccessHandler.<Run>d__0>
  129. // ET.StateMachineWrap<ET.Client.MoveHelper.<MoveToAsync>d__0>
  130. // ET.StateMachineWrap<ET.Client.MoveHelper.<MoveToAsync>d__1>
  131. // ET.StateMachineWrap<ET.Client.NetClient2Main_SessionDisposeHandler.<Run>d__0>
  132. // ET.StateMachineWrap<ET.Client.OneFrameInputsHandler.<Run>d__0>
  133. // ET.StateMachineWrap<ET.Client.PingComponentSystem.<PingAsync>d__2>
  134. // ET.StateMachineWrap<ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>>
  135. // ET.StateMachineWrap<ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>>
  136. // ET.StateMachineWrap<ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5>
  137. // ET.StateMachineWrap<ET.Client.Room2C_AdjustUpdateTimeHandler.<Run>d__0>
  138. // ET.StateMachineWrap<ET.Client.Room2C_CheckHashFailHandler.<Run>d__0>
  139. // ET.StateMachineWrap<ET.Client.Room2C_EnterMapHandler.<Run>d__0>
  140. // ET.StateMachineWrap<ET.Client.RouterAddressComponentSystem.<GetAllRouter>d__2>
  141. // ET.StateMachineWrap<ET.Client.RouterAddressComponentSystem.<Init>d__1>
  142. // ET.StateMachineWrap<ET.Client.RouterAddressComponentSystem.<WaitTenMinGetAllRouter>d__3>
  143. // ET.StateMachineWrap<ET.Client.RouterCheckComponentSystem.<CheckAsync>d__1>
  144. // ET.StateMachineWrap<ET.Client.RouterHelper.<Connect>d__2>
  145. // ET.StateMachineWrap<ET.Client.RouterHelper.<CreateRouterSession>d__0>
  146. // ET.StateMachineWrap<ET.Client.RouterHelper.<GetRouterAddress>d__1>
  147. // ET.StateMachineWrap<ET.Client.SceneChangeFinishEvent_CreateUIHelp.<Run>d__0>
  148. // ET.StateMachineWrap<ET.Client.SceneChangeHelper.<SceneChangeTo>d__0>
  149. // ET.StateMachineWrap<ET.Client.SceneChangeStart_AddComponent.<Run>d__0>
  150. // ET.StateMachineWrap<ET.Client.UIComponentSystem.<Create>d__1>
  151. // ET.StateMachineWrap<ET.Client.UIGlobalComponentSystem.<OnCreate>d__1>
  152. // ET.StateMachineWrap<ET.Client.UIHelpEvent.<OnCreate>d__0>
  153. // ET.StateMachineWrap<ET.Client.UIHelper.<Create>d__0>
  154. // ET.StateMachineWrap<ET.Client.UIHelper.<Remove>d__1>
  155. // ET.StateMachineWrap<ET.Client.UILSLobbyComponentSystem.<EnterMap>d__1>
  156. // ET.StateMachineWrap<ET.Client.UILSLobbyEvent.<OnCreate>d__0>
  157. // ET.StateMachineWrap<ET.Client.UILSLoginEvent.<OnCreate>d__0>
  158. // ET.StateMachineWrap<ET.Client.UILSRoomEvent.<OnCreate>d__0>
  159. // ET.StateMachineWrap<ET.Client.UILobbyComponentSystem.<EnterMap>d__1>
  160. // ET.StateMachineWrap<ET.Client.UILobbyEvent.<OnCreate>d__0>
  161. // ET.StateMachineWrap<ET.Client.UILoginEvent.<OnCreate>d__0>
  162. // ET.StateMachineWrap<ET.ConsoleComponentSystem.<Start>d__1>
  163. // ET.StateMachineWrap<ET.Entry.<StartAsync>d__2>
  164. // ET.StateMachineWrap<ET.EntryEvent1_InitShare.<Run>d__0>
  165. // ET.StateMachineWrap<ET.FiberInit_Main.<Handle>d__0>
  166. // ET.StateMachineWrap<ET.MailBoxType_OrderedMessageHandler.<HandleInner>d__1>
  167. // ET.StateMachineWrap<ET.MailBoxType_UnOrderedMessageHandler.<HandleAsync>d__1>
  168. // ET.StateMachineWrap<ET.MessageHandler.<Handle>d__1<object,object,object>>
  169. // ET.StateMachineWrap<ET.MessageHandler.<Handle>d__1<object,object>>
  170. // ET.StateMachineWrap<ET.MessageSessionHandler.<HandleAsync>d__2<object,object>>
  171. // ET.StateMachineWrap<ET.MessageSessionHandler.<HandleAsync>d__2<object>>
  172. // ET.StateMachineWrap<ET.MoveComponentSystem.<MoveToAsync>d__5>
  173. // ET.StateMachineWrap<ET.NumericChangeEvent_NotifyWatcher.<Run>d__0>
  174. // ET.StateMachineWrap<ET.ObjectWaitSystem.<>c__DisplayClass5_0.<<Wait>g__WaitTimeout|0>d<object>>
  175. // ET.StateMachineWrap<ET.ObjectWaitSystem.<Wait>d__4<object>>
  176. // ET.StateMachineWrap<ET.ObjectWaitSystem.<Wait>d__5<object>>
  177. // ET.StateMachineWrap<ET.ReloadConfigConsoleHandler.<Run>d__0>
  178. // ET.StateMachineWrap<ET.ReloadDllConsoleHandler.<Run>d__0>
  179. // ET.StateMachineWrap<ET.RpcInfo.<Wait>d__7>
  180. // ET.StateMachineWrap<ET.SessionSystem.<>c__DisplayClass4_0.<<Call>g__Timeout|0>d>
  181. // ET.StateMachineWrap<ET.SessionSystem.<Call>d__3>
  182. // ET.StateMachineWrap<ET.SessionSystem.<Call>d__4>
  183. // ET.StructBsonSerialize<ET.LSInput>
  184. // ET.StructBsonSerialize<TrueSync.FP>
  185. // ET.StructBsonSerialize<TrueSync.TSQuaternion>
  186. // ET.StructBsonSerialize<TrueSync.TSVector2>
  187. // ET.StructBsonSerialize<TrueSync.TSVector4>
  188. // ET.StructBsonSerialize<TrueSync.TSVector>
  189. // ET.StructBsonSerialize<Unity.Mathematics.float2>
  190. // ET.StructBsonSerialize<Unity.Mathematics.float3>
  191. // ET.StructBsonSerialize<Unity.Mathematics.float4>
  192. // ET.StructBsonSerialize<Unity.Mathematics.quaternion>
  193. // ET.StructBsonSerialize<object>
  194. // ET.UnOrderMultiMap<object,object>
  195. // ET.UpdateSystem<object>
  196. // MemoryPack.Formatters.ArrayFormatter<ET.LSInput>
  197. // MemoryPack.Formatters.ArrayFormatter<byte>
  198. // MemoryPack.Formatters.ArrayFormatter<object>
  199. // MemoryPack.Formatters.DictionaryFormatter<int,long>
  200. // MemoryPack.Formatters.DictionaryFormatter<long,ET.LSInput>
  201. // MemoryPack.Formatters.ListFormatter<Unity.Mathematics.float3>
  202. // MemoryPack.Formatters.ListFormatter<long>
  203. // MemoryPack.Formatters.ListFormatter<object>
  204. // MemoryPack.IMemoryPackFormatter<Unity.Mathematics.float3>
  205. // MemoryPack.IMemoryPackFormatter<byte>
  206. // MemoryPack.IMemoryPackFormatter<long>
  207. // MemoryPack.IMemoryPackFormatter<object>
  208. // MemoryPack.IMemoryPackable<ET.LSInput>
  209. // MemoryPack.IMemoryPackable<object>
  210. // MemoryPack.MemoryPackFormatter<ET.LSInput>
  211. // MemoryPack.MemoryPackFormatter<System.UIntPtr>
  212. // MemoryPack.MemoryPackFormatter<object>
  213. // MongoDB.Bson.Serialization.IBsonSerializer<object>
  214. // MongoDB.Bson.Serialization.Serializers.SerializerBase<ET.LSInput>
  215. // MongoDB.Bson.Serialization.Serializers.SerializerBase<TrueSync.FP>
  216. // MongoDB.Bson.Serialization.Serializers.SerializerBase<TrueSync.TSQuaternion>
  217. // MongoDB.Bson.Serialization.Serializers.SerializerBase<TrueSync.TSVector2>
  218. // MongoDB.Bson.Serialization.Serializers.SerializerBase<TrueSync.TSVector4>
  219. // MongoDB.Bson.Serialization.Serializers.SerializerBase<TrueSync.TSVector>
  220. // MongoDB.Bson.Serialization.Serializers.SerializerBase<Unity.Mathematics.float2>
  221. // MongoDB.Bson.Serialization.Serializers.SerializerBase<Unity.Mathematics.float3>
  222. // MongoDB.Bson.Serialization.Serializers.SerializerBase<Unity.Mathematics.float4>
  223. // MongoDB.Bson.Serialization.Serializers.SerializerBase<Unity.Mathematics.quaternion>
  224. // MongoDB.Bson.Serialization.Serializers.SerializerBase<object>
  225. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<ET.LSInput>
  226. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<TrueSync.FP>
  227. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<TrueSync.TSQuaternion>
  228. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<TrueSync.TSVector2>
  229. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<TrueSync.TSVector4>
  230. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<TrueSync.TSVector>
  231. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<Unity.Mathematics.float2>
  232. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<Unity.Mathematics.float3>
  233. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<Unity.Mathematics.float4>
  234. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<Unity.Mathematics.quaternion>
  235. // MongoDB.Bson.Serialization.Serializers.StructSerializerBase<object>
  236. // System.Action<DotRecast.Detour.StraightPathItem>
  237. // System.Action<System.Collections.Generic.KeyValuePair<int,object>>
  238. // System.Action<System.Collections.Generic.KeyValuePair<long,object>>
  239. // System.Action<Unity.Mathematics.float3>
  240. // System.Action<byte>
  241. // System.Action<long,int>
  242. // System.Action<long,object>
  243. // System.Action<long>
  244. // System.Action<object,long>
  245. // System.Action<object,object>
  246. // System.Action<object>
  247. // System.ArraySegment.Enumerator<byte>
  248. // System.ArraySegment<byte>
  249. // System.ByReference<byte>
  250. // System.Collections.Concurrent.ConcurrentDictionary.<GetEnumerator>d__35<object,object>
  251. // System.Collections.Concurrent.ConcurrentDictionary.DictionaryEnumerator<object,object>
  252. // System.Collections.Concurrent.ConcurrentDictionary.Node<object,object>
  253. // System.Collections.Concurrent.ConcurrentDictionary.Tables<object,object>
  254. // System.Collections.Concurrent.ConcurrentDictionary<object,object>
  255. // System.Collections.Concurrent.ConcurrentQueue.<Enumerate>d__28<object>
  256. // System.Collections.Concurrent.ConcurrentQueue.Segment<object>
  257. // System.Collections.Concurrent.ConcurrentQueue<object>
  258. // System.Collections.Generic.ArraySortHelper<DotRecast.Detour.StraightPathItem>
  259. // System.Collections.Generic.ArraySortHelper<System.Collections.Generic.KeyValuePair<int,object>>
  260. // System.Collections.Generic.ArraySortHelper<System.Collections.Generic.KeyValuePair<long,object>>
  261. // System.Collections.Generic.ArraySortHelper<Unity.Mathematics.float3>
  262. // System.Collections.Generic.ArraySortHelper<long>
  263. // System.Collections.Generic.ArraySortHelper<object>
  264. // System.Collections.Generic.Comparer<DotRecast.Detour.StraightPathItem>
  265. // System.Collections.Generic.Comparer<ET.ActorId>
  266. // System.Collections.Generic.Comparer<System.Collections.Generic.KeyValuePair<int,object>>
  267. // System.Collections.Generic.Comparer<System.Collections.Generic.KeyValuePair<long,object>>
  268. // System.Collections.Generic.Comparer<Unity.Mathematics.float3>
  269. // System.Collections.Generic.Comparer<int>
  270. // System.Collections.Generic.Comparer<long>
  271. // System.Collections.Generic.Comparer<object>
  272. // System.Collections.Generic.Comparer<uint>
  273. // System.Collections.Generic.Comparer<ushort>
  274. // System.Collections.Generic.ComparisonComparer<DotRecast.Detour.StraightPathItem>
  275. // System.Collections.Generic.ComparisonComparer<ET.ActorId>
  276. // System.Collections.Generic.ComparisonComparer<System.Collections.Generic.KeyValuePair<int,object>>
  277. // System.Collections.Generic.ComparisonComparer<System.Collections.Generic.KeyValuePair<long,object>>
  278. // System.Collections.Generic.ComparisonComparer<Unity.Mathematics.float3>
  279. // System.Collections.Generic.ComparisonComparer<int>
  280. // System.Collections.Generic.ComparisonComparer<long>
  281. // System.Collections.Generic.ComparisonComparer<object>
  282. // System.Collections.Generic.ComparisonComparer<uint>
  283. // System.Collections.Generic.ComparisonComparer<ushort>
  284. // System.Collections.Generic.Dictionary.Enumerator<int,ET.RpcInfo>
  285. // System.Collections.Generic.Dictionary.Enumerator<int,long>
  286. // System.Collections.Generic.Dictionary.Enumerator<int,object>
  287. // System.Collections.Generic.Dictionary.Enumerator<long,ET.EntityRef<object>>
  288. // System.Collections.Generic.Dictionary.Enumerator<long,ET.LSInput>
  289. // System.Collections.Generic.Dictionary.Enumerator<long,object>
  290. // System.Collections.Generic.Dictionary.Enumerator<object,long>
  291. // System.Collections.Generic.Dictionary.Enumerator<object,object>
  292. // System.Collections.Generic.Dictionary.Enumerator<ushort,object>
  293. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,ET.RpcInfo>
  294. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,long>
  295. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,object>
  296. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<long,ET.EntityRef<object>>
  297. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<long,ET.LSInput>
  298. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<long,object>
  299. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<object,long>
  300. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<object,object>
  301. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<ushort,object>
  302. // System.Collections.Generic.Dictionary.KeyCollection<int,ET.RpcInfo>
  303. // System.Collections.Generic.Dictionary.KeyCollection<int,long>
  304. // System.Collections.Generic.Dictionary.KeyCollection<int,object>
  305. // System.Collections.Generic.Dictionary.KeyCollection<long,ET.EntityRef<object>>
  306. // System.Collections.Generic.Dictionary.KeyCollection<long,ET.LSInput>
  307. // System.Collections.Generic.Dictionary.KeyCollection<long,object>
  308. // System.Collections.Generic.Dictionary.KeyCollection<object,long>
  309. // System.Collections.Generic.Dictionary.KeyCollection<object,object>
  310. // System.Collections.Generic.Dictionary.KeyCollection<ushort,object>
  311. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,ET.RpcInfo>
  312. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,long>
  313. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,object>
  314. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<long,ET.EntityRef<object>>
  315. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<long,ET.LSInput>
  316. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<long,object>
  317. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<object,long>
  318. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<object,object>
  319. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<ushort,object>
  320. // System.Collections.Generic.Dictionary.ValueCollection<int,ET.RpcInfo>
  321. // System.Collections.Generic.Dictionary.ValueCollection<int,long>
  322. // System.Collections.Generic.Dictionary.ValueCollection<int,object>
  323. // System.Collections.Generic.Dictionary.ValueCollection<long,ET.EntityRef<object>>
  324. // System.Collections.Generic.Dictionary.ValueCollection<long,ET.LSInput>
  325. // System.Collections.Generic.Dictionary.ValueCollection<long,object>
  326. // System.Collections.Generic.Dictionary.ValueCollection<object,long>
  327. // System.Collections.Generic.Dictionary.ValueCollection<object,object>
  328. // System.Collections.Generic.Dictionary.ValueCollection<ushort,object>
  329. // System.Collections.Generic.Dictionary<int,ET.RpcInfo>
  330. // System.Collections.Generic.Dictionary<int,long>
  331. // System.Collections.Generic.Dictionary<int,object>
  332. // System.Collections.Generic.Dictionary<long,ET.EntityRef<object>>
  333. // System.Collections.Generic.Dictionary<long,ET.LSInput>
  334. // System.Collections.Generic.Dictionary<long,object>
  335. // System.Collections.Generic.Dictionary<object,long>
  336. // System.Collections.Generic.Dictionary<object,object>
  337. // System.Collections.Generic.Dictionary<ushort,object>
  338. // System.Collections.Generic.EqualityComparer<ET.ActorId>
  339. // System.Collections.Generic.EqualityComparer<ET.EntityRef<object>>
  340. // System.Collections.Generic.EqualityComparer<ET.LSInput>
  341. // System.Collections.Generic.EqualityComparer<ET.RpcInfo>
  342. // System.Collections.Generic.EqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  343. // System.Collections.Generic.EqualityComparer<System.Collections.Generic.KeyValuePair<long,object>>
  344. // System.Collections.Generic.EqualityComparer<int>
  345. // System.Collections.Generic.EqualityComparer<long>
  346. // System.Collections.Generic.EqualityComparer<object>
  347. // System.Collections.Generic.EqualityComparer<uint>
  348. // System.Collections.Generic.EqualityComparer<ushort>
  349. // System.Collections.Generic.HashSet.Enumerator<object>
  350. // System.Collections.Generic.HashSet.Enumerator<ushort>
  351. // System.Collections.Generic.HashSet<object>
  352. // System.Collections.Generic.HashSet<ushort>
  353. // System.Collections.Generic.HashSetEqualityComparer<object>
  354. // System.Collections.Generic.HashSetEqualityComparer<ushort>
  355. // System.Collections.Generic.ICollection<DotRecast.Detour.StraightPathItem>
  356. // System.Collections.Generic.ICollection<ET.RpcInfo>
  357. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  358. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,long>>
  359. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,object>>
  360. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<long,ET.EntityRef<object>>>
  361. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<long,ET.LSInput>>
  362. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<long,object>>
  363. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,long>>
  364. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,object>>
  365. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<ushort,object>>
  366. // System.Collections.Generic.ICollection<Unity.Mathematics.float3>
  367. // System.Collections.Generic.ICollection<long>
  368. // System.Collections.Generic.ICollection<object>
  369. // System.Collections.Generic.ICollection<ushort>
  370. // System.Collections.Generic.IComparer<DotRecast.Detour.StraightPathItem>
  371. // System.Collections.Generic.IComparer<System.Collections.Generic.KeyValuePair<int,object>>
  372. // System.Collections.Generic.IComparer<System.Collections.Generic.KeyValuePair<long,object>>
  373. // System.Collections.Generic.IComparer<Unity.Mathematics.float3>
  374. // System.Collections.Generic.IComparer<int>
  375. // System.Collections.Generic.IComparer<long>
  376. // System.Collections.Generic.IComparer<object>
  377. // System.Collections.Generic.IDictionary<object,object>
  378. // System.Collections.Generic.IEnumerable<DotRecast.Detour.StraightPathItem>
  379. // System.Collections.Generic.IEnumerable<ET.RpcInfo>
  380. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  381. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,long>>
  382. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,object>>
  383. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<long,ET.EntityRef<object>>>
  384. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<long,ET.LSInput>>
  385. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<long,object>>
  386. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,long>>
  387. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>>
  388. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<ushort,object>>
  389. // System.Collections.Generic.IEnumerable<Unity.Mathematics.float3>
  390. // System.Collections.Generic.IEnumerable<long>
  391. // System.Collections.Generic.IEnumerable<object>
  392. // System.Collections.Generic.IEnumerable<ushort>
  393. // System.Collections.Generic.IEnumerator<DotRecast.Detour.StraightPathItem>
  394. // System.Collections.Generic.IEnumerator<ET.RpcInfo>
  395. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  396. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,long>>
  397. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,object>>
  398. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<long,ET.EntityRef<object>>>
  399. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<long,ET.LSInput>>
  400. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<long,object>>
  401. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,long>>
  402. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,object>>
  403. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<ushort,object>>
  404. // System.Collections.Generic.IEnumerator<Unity.Mathematics.float3>
  405. // System.Collections.Generic.IEnumerator<long>
  406. // System.Collections.Generic.IEnumerator<object>
  407. // System.Collections.Generic.IEnumerator<ushort>
  408. // System.Collections.Generic.IEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  409. // System.Collections.Generic.IEqualityComparer<System.Collections.Generic.KeyValuePair<long,object>>
  410. // System.Collections.Generic.IEqualityComparer<int>
  411. // System.Collections.Generic.IEqualityComparer<long>
  412. // System.Collections.Generic.IEqualityComparer<object>
  413. // System.Collections.Generic.IEqualityComparer<ushort>
  414. // System.Collections.Generic.IList<DotRecast.Detour.StraightPathItem>
  415. // System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<int,object>>
  416. // System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<long,object>>
  417. // System.Collections.Generic.IList<Unity.Mathematics.float3>
  418. // System.Collections.Generic.IList<long>
  419. // System.Collections.Generic.IList<object>
  420. // System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>
  421. // System.Collections.Generic.KeyValuePair<int,long>
  422. // System.Collections.Generic.KeyValuePair<int,object>
  423. // System.Collections.Generic.KeyValuePair<long,ET.EntityRef<object>>
  424. // System.Collections.Generic.KeyValuePair<long,ET.LSInput>
  425. // System.Collections.Generic.KeyValuePair<long,object>
  426. // System.Collections.Generic.KeyValuePair<object,long>
  427. // System.Collections.Generic.KeyValuePair<object,object>
  428. // System.Collections.Generic.KeyValuePair<ushort,object>
  429. // System.Collections.Generic.List.Enumerator<DotRecast.Detour.StraightPathItem>
  430. // System.Collections.Generic.List.Enumerator<System.Collections.Generic.KeyValuePair<int,object>>
  431. // System.Collections.Generic.List.Enumerator<System.Collections.Generic.KeyValuePair<long,object>>
  432. // System.Collections.Generic.List.Enumerator<Unity.Mathematics.float3>
  433. // System.Collections.Generic.List.Enumerator<long>
  434. // System.Collections.Generic.List.Enumerator<object>
  435. // System.Collections.Generic.List<DotRecast.Detour.StraightPathItem>
  436. // System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<int,object>>
  437. // System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<long,object>>
  438. // System.Collections.Generic.List<Unity.Mathematics.float3>
  439. // System.Collections.Generic.List<long>
  440. // System.Collections.Generic.List<object>
  441. // System.Collections.Generic.ObjectComparer<DotRecast.Detour.StraightPathItem>
  442. // System.Collections.Generic.ObjectComparer<ET.ActorId>
  443. // System.Collections.Generic.ObjectComparer<System.Collections.Generic.KeyValuePair<int,object>>
  444. // System.Collections.Generic.ObjectComparer<System.Collections.Generic.KeyValuePair<long,object>>
  445. // System.Collections.Generic.ObjectComparer<Unity.Mathematics.float3>
  446. // System.Collections.Generic.ObjectComparer<int>
  447. // System.Collections.Generic.ObjectComparer<long>
  448. // System.Collections.Generic.ObjectComparer<object>
  449. // System.Collections.Generic.ObjectComparer<uint>
  450. // System.Collections.Generic.ObjectComparer<ushort>
  451. // System.Collections.Generic.ObjectEqualityComparer<ET.ActorId>
  452. // System.Collections.Generic.ObjectEqualityComparer<ET.EntityRef<object>>
  453. // System.Collections.Generic.ObjectEqualityComparer<ET.LSInput>
  454. // System.Collections.Generic.ObjectEqualityComparer<ET.RpcInfo>
  455. // System.Collections.Generic.ObjectEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  456. // System.Collections.Generic.ObjectEqualityComparer<System.Collections.Generic.KeyValuePair<long,object>>
  457. // System.Collections.Generic.ObjectEqualityComparer<int>
  458. // System.Collections.Generic.ObjectEqualityComparer<long>
  459. // System.Collections.Generic.ObjectEqualityComparer<object>
  460. // System.Collections.Generic.ObjectEqualityComparer<uint>
  461. // System.Collections.Generic.ObjectEqualityComparer<ushort>
  462. // System.Collections.Generic.Queue.Enumerator<object>
  463. // System.Collections.Generic.Queue<object>
  464. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_0<int,object>
  465. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_0<long,object>
  466. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_1<int,object>
  467. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_1<long,object>
  468. // System.Collections.Generic.SortedDictionary.Enumerator<int,object>
  469. // System.Collections.Generic.SortedDictionary.Enumerator<long,object>
  470. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass5_0<int,object>
  471. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass5_0<long,object>
  472. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass6_0<int,object>
  473. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass6_0<long,object>
  474. // System.Collections.Generic.SortedDictionary.KeyCollection.Enumerator<int,object>
  475. // System.Collections.Generic.SortedDictionary.KeyCollection.Enumerator<long,object>
  476. // System.Collections.Generic.SortedDictionary.KeyCollection<int,object>
  477. // System.Collections.Generic.SortedDictionary.KeyCollection<long,object>
  478. // System.Collections.Generic.SortedDictionary.KeyValuePairComparer<int,object>
  479. // System.Collections.Generic.SortedDictionary.KeyValuePairComparer<long,object>
  480. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass5_0<int,object>
  481. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass5_0<long,object>
  482. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass6_0<int,object>
  483. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass6_0<long,object>
  484. // System.Collections.Generic.SortedDictionary.ValueCollection.Enumerator<int,object>
  485. // System.Collections.Generic.SortedDictionary.ValueCollection.Enumerator<long,object>
  486. // System.Collections.Generic.SortedDictionary.ValueCollection<int,object>
  487. // System.Collections.Generic.SortedDictionary.ValueCollection<long,object>
  488. // System.Collections.Generic.SortedDictionary<int,object>
  489. // System.Collections.Generic.SortedDictionary<long,object>
  490. // System.Collections.Generic.SortedSet.<>c__DisplayClass52_0<System.Collections.Generic.KeyValuePair<int,object>>
  491. // System.Collections.Generic.SortedSet.<>c__DisplayClass52_0<System.Collections.Generic.KeyValuePair<long,object>>
  492. // System.Collections.Generic.SortedSet.<>c__DisplayClass53_0<System.Collections.Generic.KeyValuePair<int,object>>
  493. // System.Collections.Generic.SortedSet.<>c__DisplayClass53_0<System.Collections.Generic.KeyValuePair<long,object>>
  494. // System.Collections.Generic.SortedSet.<>c__DisplayClass85_0<System.Collections.Generic.KeyValuePair<int,object>>
  495. // System.Collections.Generic.SortedSet.<>c__DisplayClass85_0<System.Collections.Generic.KeyValuePair<long,object>>
  496. // System.Collections.Generic.SortedSet.<Reverse>d__94<System.Collections.Generic.KeyValuePair<int,object>>
  497. // System.Collections.Generic.SortedSet.<Reverse>d__94<System.Collections.Generic.KeyValuePair<long,object>>
  498. // System.Collections.Generic.SortedSet.Enumerator<System.Collections.Generic.KeyValuePair<int,object>>
  499. // System.Collections.Generic.SortedSet.Enumerator<System.Collections.Generic.KeyValuePair<long,object>>
  500. // System.Collections.Generic.SortedSet.Node<System.Collections.Generic.KeyValuePair<int,object>>
  501. // System.Collections.Generic.SortedSet.Node<System.Collections.Generic.KeyValuePair<long,object>>
  502. // System.Collections.Generic.SortedSet.TreeSubSet.<>c__DisplayClass9_0<System.Collections.Generic.KeyValuePair<int,object>>
  503. // System.Collections.Generic.SortedSet.TreeSubSet.<>c__DisplayClass9_0<System.Collections.Generic.KeyValuePair<long,object>>
  504. // System.Collections.Generic.SortedSet.TreeSubSet<System.Collections.Generic.KeyValuePair<int,object>>
  505. // System.Collections.Generic.SortedSet.TreeSubSet<System.Collections.Generic.KeyValuePair<long,object>>
  506. // System.Collections.Generic.SortedSet<System.Collections.Generic.KeyValuePair<int,object>>
  507. // System.Collections.Generic.SortedSet<System.Collections.Generic.KeyValuePair<long,object>>
  508. // System.Collections.Generic.SortedSetEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  509. // System.Collections.Generic.SortedSetEqualityComparer<System.Collections.Generic.KeyValuePair<long,object>>
  510. // System.Collections.Generic.Stack.Enumerator<object>
  511. // System.Collections.Generic.Stack<object>
  512. // System.Collections.Generic.TreeSet<System.Collections.Generic.KeyValuePair<int,object>>
  513. // System.Collections.Generic.TreeSet<System.Collections.Generic.KeyValuePair<long,object>>
  514. // System.Collections.Generic.TreeWalkPredicate<System.Collections.Generic.KeyValuePair<int,object>>
  515. // System.Collections.Generic.TreeWalkPredicate<System.Collections.Generic.KeyValuePair<long,object>>
  516. // System.Collections.ObjectModel.ReadOnlyCollection<DotRecast.Detour.StraightPathItem>
  517. // System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<int,object>>
  518. // System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<long,object>>
  519. // System.Collections.ObjectModel.ReadOnlyCollection<Unity.Mathematics.float3>
  520. // System.Collections.ObjectModel.ReadOnlyCollection<long>
  521. // System.Collections.ObjectModel.ReadOnlyCollection<object>
  522. // System.Comparison<DotRecast.Detour.StraightPathItem>
  523. // System.Comparison<ET.ActorId>
  524. // System.Comparison<System.Collections.Generic.KeyValuePair<int,object>>
  525. // System.Comparison<System.Collections.Generic.KeyValuePair<long,object>>
  526. // System.Comparison<Unity.Mathematics.float3>
  527. // System.Comparison<int>
  528. // System.Comparison<long>
  529. // System.Comparison<object>
  530. // System.Comparison<uint>
  531. // System.Comparison<ushort>
  532. // System.Func<object,byte>
  533. // System.Func<object,object,object>
  534. // System.Func<object,object>
  535. // System.Func<object>
  536. // System.Linq.Buffer<ET.RpcInfo>
  537. // System.Linq.Buffer<object>
  538. // System.Predicate<DotRecast.Detour.StraightPathItem>
  539. // System.Predicate<System.Collections.Generic.KeyValuePair<int,object>>
  540. // System.Predicate<System.Collections.Generic.KeyValuePair<long,object>>
  541. // System.Predicate<Unity.Mathematics.float3>
  542. // System.Predicate<long>
  543. // System.Predicate<object>
  544. // System.Predicate<ushort>
  545. // System.ReadOnlySpan.Enumerator<byte>
  546. // System.ReadOnlySpan<byte>
  547. // System.Runtime.CompilerServices.ConditionalWeakTable.<>c<object,object>
  548. // System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback<object,object>
  549. // System.Runtime.CompilerServices.ConditionalWeakTable.Enumerator<object,object>
  550. // System.Runtime.CompilerServices.ConditionalWeakTable<object,object>
  551. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>
  552. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable<object>
  553. // System.Runtime.CompilerServices.TaskAwaiter<object>
  554. // System.Span.Enumerator<byte>
  555. // System.Span<byte>
  556. // System.Threading.Tasks.ContinuationTaskFromResultTask<object>
  557. // System.Threading.Tasks.Task<object>
  558. // System.Threading.Tasks.TaskFactory.<>c<object>
  559. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass32_0<object>
  560. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0<object>
  561. // System.Threading.Tasks.TaskFactory<object>
  562. // System.ValueTuple<ET.ActorId,object>
  563. // System.ValueTuple<uint,object>
  564. // System.ValueTuple<uint,uint>
  565. // System.ValueTuple<ushort,object>
  566. // }}
  567. public void RefMethods()
  568. {
  569. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.A2NetClient_MessageHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.A2NetClient_MessageHandler.<Run>d__0&)
  570. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.AfterCreateClientScene_AddComponent.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.AfterCreateClientScene_AddComponent.<Run>d__0&)
  571. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.AfterCreateClientScene_LSAddComponent.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.AfterCreateClientScene_LSAddComponent.<Run>d__0&)
  572. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.AfterCreateCurrentScene_AddComponent.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.AfterCreateCurrentScene_AddComponent.<Run>d__0&)
  573. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0&)
  574. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.ChangePosition_SyncGameObjectPos.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.ChangePosition_SyncGameObjectPos.<Run>d__0&)
  575. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.ChangeRotation_SyncGameObjectRotation.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.ChangeRotation_SyncGameObjectRotation.<Run>d__0&)
  576. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.FiberInit_NetClient.<Handle>d__0>(ET.ETTaskCompleted&,ET.Client.FiberInit_NetClient.<Handle>d__0&)
  577. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.G2C_ReconnectHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.G2C_ReconnectHandler.<Run>d__0&)
  578. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.LSSceneInitFinish_Finish.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.LSSceneInitFinish_Finish.<Run>d__0&)
  579. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.M2C_CreateMyUnitHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.M2C_CreateMyUnitHandler.<Run>d__0&)
  580. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.M2C_CreateUnitsHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.M2C_CreateUnitsHandler.<Run>d__0&)
  581. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.M2C_RemoveUnitsHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.M2C_RemoveUnitsHandler.<Run>d__0&)
  582. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.M2C_StopHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.M2C_StopHandler.<Run>d__0&)
  583. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.NetClient2Main_SessionDisposeHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.NetClient2Main_SessionDisposeHandler.<Run>d__0&)
  584. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.OneFrameInputsHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.OneFrameInputsHandler.<Run>d__0&)
  585. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.Room2C_AdjustUpdateTimeHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.Room2C_AdjustUpdateTimeHandler.<Run>d__0&)
  586. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.Room2C_CheckHashFailHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.Room2C_CheckHashFailHandler.<Run>d__0&)
  587. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.Room2C_EnterMapHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.Client.Room2C_EnterMapHandler.<Run>d__0&)
  588. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.UIHelper.<Remove>d__1>(ET.ETTaskCompleted&,ET.Client.UIHelper.<Remove>d__1&)
  589. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.EntryEvent1_InitShare.<Run>d__0>(ET.ETTaskCompleted&,ET.EntryEvent1_InitShare.<Run>d__0&)
  590. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.NumericChangeEvent_NotifyWatcher.<Run>d__0>(ET.ETTaskCompleted&,ET.NumericChangeEvent_NotifyWatcher.<Run>d__0&)
  591. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.ReloadConfigConsoleHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.ReloadConfigConsoleHandler.<Run>d__0&)
  592. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.ReloadDllConsoleHandler.<Run>d__0>(ET.ETTaskCompleted&,ET.ReloadDllConsoleHandler.<Run>d__0&)
  593. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter,ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5>(System.Runtime.CompilerServices.TaskAwaiter&,ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5&)
  594. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,ET.ConsoleComponentSystem.<Start>d__1>(System.Runtime.CompilerServices.TaskAwaiter<object>&,ET.ConsoleComponentSystem.<Start>d__1&)
  595. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.A2NetClient_RequestHandler.<Run>d__0>(object&,ET.Client.A2NetClient_RequestHandler.<Run>d__0&)
  596. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.AI_Attack.<Execute>d__1>(object&,ET.Client.AI_Attack.<Execute>d__1&)
  597. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.AI_XunLuo.<Execute>d__1>(object&,ET.Client.AI_XunLuo.<Execute>d__1&)
  598. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0>(object&,ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0&)
  599. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.AppStartInitFinish_CreateLoginUI.<Run>d__0>(object&,ET.Client.AppStartInitFinish_CreateLoginUI.<Run>d__0&)
  600. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.AppStartInitFinish_CreateUILSLogin.<Run>d__0>(object&,ET.Client.AppStartInitFinish_CreateUILSLogin.<Run>d__0&)
  601. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.ClientSenderCompnentSystem.<RemoveFiberAsync>d__2>(object&,ET.Client.ClientSenderCompnentSystem.<RemoveFiberAsync>d__2&)
  602. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.EnterMapHelper.<EnterMapAsync>d__0>(object&,ET.Client.EnterMapHelper.<EnterMapAsync>d__0&)
  603. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.EnterMapHelper.<Match>d__1>(object&,ET.Client.EnterMapHelper.<Match>d__1&)
  604. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.EntryEvent3_InitClient.<Run>d__0>(object&,ET.Client.EntryEvent3_InitClient.<Run>d__0&)
  605. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.G2C_ReconnectHandler.<Run>d__0>(object&,ET.Client.G2C_ReconnectHandler.<Run>d__0&)
  606. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSSceneChangeHelper.<SceneChangeTo>d__0>(object&,ET.Client.LSSceneChangeHelper.<SceneChangeTo>d__0&)
  607. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSSceneChangeHelper.<SceneChangeToReconnect>d__2>(object&,ET.Client.LSSceneChangeHelper.<SceneChangeToReconnect>d__2&)
  608. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSSceneChangeHelper.<SceneChangeToReplay>d__1>(object&,ET.Client.LSSceneChangeHelper.<SceneChangeToReplay>d__1&)
  609. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSSceneChangeStart_AddComponent.<Run>d__0>(object&,ET.Client.LSSceneChangeStart_AddComponent.<Run>d__0&)
  610. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSSceneInitFinish_Finish.<Run>d__0>(object&,ET.Client.LSSceneInitFinish_Finish.<Run>d__0&)
  611. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LSUnitViewComponentSystem.<InitAsync>d__2>(object&,ET.Client.LSUnitViewComponentSystem.<InitAsync>d__2&)
  612. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LoginFinish_CreateLobbyUI.<Run>d__0>(object&,ET.Client.LoginFinish_CreateLobbyUI.<Run>d__0&)
  613. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LoginFinish_CreateUILSLobby.<Run>d__0>(object&,ET.Client.LoginFinish_CreateUILSLobby.<Run>d__0&)
  614. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LoginFinish_RemoveLoginUI.<Run>d__0>(object&,ET.Client.LoginFinish_RemoveLoginUI.<Run>d__0&)
  615. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LoginFinish_RemoveUILSLogin.<Run>d__0>(object&,ET.Client.LoginFinish_RemoveUILSLogin.<Run>d__0&)
  616. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.LoginHelper.<Login>d__0>(object&,ET.Client.LoginHelper.<Login>d__0&)
  617. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.M2C_PathfindingResultHandler.<Run>d__0>(object&,ET.Client.M2C_PathfindingResultHandler.<Run>d__0&)
  618. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.M2C_StartSceneChangeHandler.<Run>d__0>(object&,ET.Client.M2C_StartSceneChangeHandler.<Run>d__0&)
  619. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.Main2NetClient_LoginHandler.<Run>d__0>(object&,ET.Client.Main2NetClient_LoginHandler.<Run>d__0&)
  620. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.Match2G_NotifyMatchSuccessHandler.<Run>d__0>(object&,ET.Client.Match2G_NotifyMatchSuccessHandler.<Run>d__0&)
  621. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.MoveHelper.<MoveToAsync>d__1>(object&,ET.Client.MoveHelper.<MoveToAsync>d__1&)
  622. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.PingComponentSystem.<PingAsync>d__2>(object&,ET.Client.PingComponentSystem.<PingAsync>d__2&)
  623. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5>(object&,ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5&)
  624. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.RouterAddressComponentSystem.<GetAllRouter>d__2>(object&,ET.Client.RouterAddressComponentSystem.<GetAllRouter>d__2&)
  625. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.RouterAddressComponentSystem.<Init>d__1>(object&,ET.Client.RouterAddressComponentSystem.<Init>d__1&)
  626. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.RouterAddressComponentSystem.<WaitTenMinGetAllRouter>d__3>(object&,ET.Client.RouterAddressComponentSystem.<WaitTenMinGetAllRouter>d__3&)
  627. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.RouterCheckComponentSystem.<CheckAsync>d__1>(object&,ET.Client.RouterCheckComponentSystem.<CheckAsync>d__1&)
  628. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.SceneChangeFinishEvent_CreateUIHelp.<Run>d__0>(object&,ET.Client.SceneChangeFinishEvent_CreateUIHelp.<Run>d__0&)
  629. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.SceneChangeHelper.<SceneChangeTo>d__0>(object&,ET.Client.SceneChangeHelper.<SceneChangeTo>d__0&)
  630. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.SceneChangeStart_AddComponent.<Run>d__0>(object&,ET.Client.SceneChangeStart_AddComponent.<Run>d__0&)
  631. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.UILSLobbyComponentSystem.<EnterMap>d__1>(object&,ET.Client.UILSLobbyComponentSystem.<EnterMap>d__1&)
  632. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Client.UILobbyComponentSystem.<EnterMap>d__1>(object&,ET.Client.UILobbyComponentSystem.<EnterMap>d__1&)
  633. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.ConsoleComponentSystem.<Start>d__1>(object&,ET.ConsoleComponentSystem.<Start>d__1&)
  634. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.Entry.<StartAsync>d__2>(object&,ET.Entry.<StartAsync>d__2&)
  635. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.FiberInit_Main.<Handle>d__0>(object&,ET.FiberInit_Main.<Handle>d__0&)
  636. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MailBoxType_OrderedMessageHandler.<HandleInner>d__1>(object&,ET.MailBoxType_OrderedMessageHandler.<HandleInner>d__1&)
  637. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MailBoxType_UnOrderedMessageHandler.<HandleAsync>d__1>(object&,ET.MailBoxType_UnOrderedMessageHandler.<HandleAsync>d__1&)
  638. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MessageHandler.<Handle>d__1<object,object,object>>(object&,ET.MessageHandler.<Handle>d__1<object,object,object>&)
  639. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MessageHandler.<Handle>d__1<object,object>>(object&,ET.MessageHandler.<Handle>d__1<object,object>&)
  640. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MessageSessionHandler.<HandleAsync>d__2<object,object>>(object&,ET.MessageSessionHandler.<HandleAsync>d__2<object,object>&)
  641. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.MessageSessionHandler.<HandleAsync>d__2<object>>(object&,ET.MessageSessionHandler.<HandleAsync>d__2<object>&)
  642. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.ObjectWaitSystem.<>c__DisplayClass5_0.<<Wait>g__WaitTimeout|0>d<object>>(object&,ET.ObjectWaitSystem.<>c__DisplayClass5_0.<<Wait>g__WaitTimeout|0>d<object>&)
  643. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.ReloadConfigConsoleHandler.<Run>d__0>(object&,ET.ReloadConfigConsoleHandler.<Run>d__0&)
  644. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,ET.SessionSystem.<>c__DisplayClass4_0.<<Call>g__Timeout|0>d>(object&,ET.SessionSystem.<>c__DisplayClass4_0.<<Call>g__Timeout|0>d&)
  645. // System.Void ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>.AwaitUnsafeOnCompleted<object,ET.Client.RouterHelper.<GetRouterAddress>d__1>(object&,ET.Client.RouterHelper.<GetRouterAddress>d__1&)
  646. // System.Void ET.ETAsyncTaskMethodBuilder<byte>.AwaitUnsafeOnCompleted<object,ET.MoveComponentSystem.<MoveToAsync>d__5>(object&,ET.MoveComponentSystem.<MoveToAsync>d__5&)
  647. // System.Void ET.ETAsyncTaskMethodBuilder<int>.AwaitUnsafeOnCompleted<object,ET.Client.MoveHelper.<MoveToAsync>d__0>(object&,ET.Client.MoveHelper.<MoveToAsync>d__0&)
  648. // System.Void ET.ETAsyncTaskMethodBuilder<long>.AwaitUnsafeOnCompleted<object,ET.Client.ClientSenderCompnentSystem.<LoginAsync>d__3>(object&,ET.Client.ClientSenderCompnentSystem.<LoginAsync>d__3&)
  649. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,ET.Client.UILobbyEvent.<OnCreate>d__0>(ET.ETTaskCompleted&,ET.Client.UILobbyEvent.<OnCreate>d__0&)
  650. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter,ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>>(System.Runtime.CompilerServices.TaskAwaiter&,ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>&)
  651. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter,ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>>(System.Runtime.CompilerServices.TaskAwaiter&,ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>&)
  652. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,ET.Client.HttpClientHelper.<Get>d__0>(System.Runtime.CompilerServices.TaskAwaiter<object>&,ET.Client.HttpClientHelper.<Get>d__0&)
  653. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.ClientSenderCompnentSystem.<Call>d__5>(object&,ET.Client.ClientSenderCompnentSystem.<Call>d__5&)
  654. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>>(object&,ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>&)
  655. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>>(object&,ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>&)
  656. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.RouterHelper.<CreateRouterSession>d__0>(object&,ET.Client.RouterHelper.<CreateRouterSession>d__0&)
  657. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UIComponentSystem.<Create>d__1>(object&,ET.Client.UIComponentSystem.<Create>d__1&)
  658. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UIGlobalComponentSystem.<OnCreate>d__1>(object&,ET.Client.UIGlobalComponentSystem.<OnCreate>d__1&)
  659. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UIHelpEvent.<OnCreate>d__0>(object&,ET.Client.UIHelpEvent.<OnCreate>d__0&)
  660. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UIHelper.<Create>d__0>(object&,ET.Client.UIHelper.<Create>d__0&)
  661. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UILSLobbyEvent.<OnCreate>d__0>(object&,ET.Client.UILSLobbyEvent.<OnCreate>d__0&)
  662. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UILSLoginEvent.<OnCreate>d__0>(object&,ET.Client.UILSLoginEvent.<OnCreate>d__0&)
  663. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UILSRoomEvent.<OnCreate>d__0>(object&,ET.Client.UILSRoomEvent.<OnCreate>d__0&)
  664. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UILobbyEvent.<OnCreate>d__0>(object&,ET.Client.UILobbyEvent.<OnCreate>d__0&)
  665. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.Client.UILoginEvent.<OnCreate>d__0>(object&,ET.Client.UILoginEvent.<OnCreate>d__0&)
  666. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.ObjectWaitSystem.<Wait>d__4<object>>(object&,ET.ObjectWaitSystem.<Wait>d__4<object>&)
  667. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.ObjectWaitSystem.<Wait>d__5<object>>(object&,ET.ObjectWaitSystem.<Wait>d__5<object>&)
  668. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.RpcInfo.<Wait>d__7>(object&,ET.RpcInfo.<Wait>d__7&)
  669. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.SessionSystem.<Call>d__3>(object&,ET.SessionSystem.<Call>d__3&)
  670. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,ET.SessionSystem.<Call>d__4>(object&,ET.SessionSystem.<Call>d__4&)
  671. // System.Void ET.ETAsyncTaskMethodBuilder<uint>.AwaitUnsafeOnCompleted<object,ET.Client.RouterHelper.<Connect>d__2>(object&,ET.Client.RouterHelper.<Connect>d__2&)
  672. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.A2NetClient_MessageHandler.<Run>d__0>(ET.Client.A2NetClient_MessageHandler.<Run>d__0&)
  673. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.A2NetClient_RequestHandler.<Run>d__0>(ET.Client.A2NetClient_RequestHandler.<Run>d__0&)
  674. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AI_Attack.<Execute>d__1>(ET.Client.AI_Attack.<Execute>d__1&)
  675. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AI_XunLuo.<Execute>d__1>(ET.Client.AI_XunLuo.<Execute>d__1&)
  676. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AfterCreateClientScene_AddComponent.<Run>d__0>(ET.Client.AfterCreateClientScene_AddComponent.<Run>d__0&)
  677. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AfterCreateClientScene_LSAddComponent.<Run>d__0>(ET.Client.AfterCreateClientScene_LSAddComponent.<Run>d__0&)
  678. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AfterCreateCurrentScene_AddComponent.<Run>d__0>(ET.Client.AfterCreateCurrentScene_AddComponent.<Run>d__0&)
  679. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0>(ET.Client.AfterUnitCreate_CreateUnitView.<Run>d__0&)
  680. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AppStartInitFinish_CreateLoginUI.<Run>d__0>(ET.Client.AppStartInitFinish_CreateLoginUI.<Run>d__0&)
  681. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.AppStartInitFinish_CreateUILSLogin.<Run>d__0>(ET.Client.AppStartInitFinish_CreateUILSLogin.<Run>d__0&)
  682. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.ChangePosition_SyncGameObjectPos.<Run>d__0>(ET.Client.ChangePosition_SyncGameObjectPos.<Run>d__0&)
  683. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.ChangeRotation_SyncGameObjectRotation.<Run>d__0>(ET.Client.ChangeRotation_SyncGameObjectRotation.<Run>d__0&)
  684. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.ClientSenderCompnentSystem.<RemoveFiberAsync>d__2>(ET.Client.ClientSenderCompnentSystem.<RemoveFiberAsync>d__2&)
  685. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.EnterMapHelper.<EnterMapAsync>d__0>(ET.Client.EnterMapHelper.<EnterMapAsync>d__0&)
  686. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.EnterMapHelper.<Match>d__1>(ET.Client.EnterMapHelper.<Match>d__1&)
  687. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.EntryEvent3_InitClient.<Run>d__0>(ET.Client.EntryEvent3_InitClient.<Run>d__0&)
  688. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.FiberInit_NetClient.<Handle>d__0>(ET.Client.FiberInit_NetClient.<Handle>d__0&)
  689. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.G2C_ReconnectHandler.<Run>d__0>(ET.Client.G2C_ReconnectHandler.<Run>d__0&)
  690. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSSceneChangeHelper.<SceneChangeTo>d__0>(ET.Client.LSSceneChangeHelper.<SceneChangeTo>d__0&)
  691. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSSceneChangeHelper.<SceneChangeToReconnect>d__2>(ET.Client.LSSceneChangeHelper.<SceneChangeToReconnect>d__2&)
  692. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSSceneChangeHelper.<SceneChangeToReplay>d__1>(ET.Client.LSSceneChangeHelper.<SceneChangeToReplay>d__1&)
  693. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSSceneChangeStart_AddComponent.<Run>d__0>(ET.Client.LSSceneChangeStart_AddComponent.<Run>d__0&)
  694. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSSceneInitFinish_Finish.<Run>d__0>(ET.Client.LSSceneInitFinish_Finish.<Run>d__0&)
  695. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LSUnitViewComponentSystem.<InitAsync>d__2>(ET.Client.LSUnitViewComponentSystem.<InitAsync>d__2&)
  696. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LoginFinish_CreateLobbyUI.<Run>d__0>(ET.Client.LoginFinish_CreateLobbyUI.<Run>d__0&)
  697. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LoginFinish_CreateUILSLobby.<Run>d__0>(ET.Client.LoginFinish_CreateUILSLobby.<Run>d__0&)
  698. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LoginFinish_RemoveLoginUI.<Run>d__0>(ET.Client.LoginFinish_RemoveLoginUI.<Run>d__0&)
  699. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LoginFinish_RemoveUILSLogin.<Run>d__0>(ET.Client.LoginFinish_RemoveUILSLogin.<Run>d__0&)
  700. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.LoginHelper.<Login>d__0>(ET.Client.LoginHelper.<Login>d__0&)
  701. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_CreateMyUnitHandler.<Run>d__0>(ET.Client.M2C_CreateMyUnitHandler.<Run>d__0&)
  702. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_CreateUnitsHandler.<Run>d__0>(ET.Client.M2C_CreateUnitsHandler.<Run>d__0&)
  703. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_PathfindingResultHandler.<Run>d__0>(ET.Client.M2C_PathfindingResultHandler.<Run>d__0&)
  704. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_RemoveUnitsHandler.<Run>d__0>(ET.Client.M2C_RemoveUnitsHandler.<Run>d__0&)
  705. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_StartSceneChangeHandler.<Run>d__0>(ET.Client.M2C_StartSceneChangeHandler.<Run>d__0&)
  706. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.M2C_StopHandler.<Run>d__0>(ET.Client.M2C_StopHandler.<Run>d__0&)
  707. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.Main2NetClient_LoginHandler.<Run>d__0>(ET.Client.Main2NetClient_LoginHandler.<Run>d__0&)
  708. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.Match2G_NotifyMatchSuccessHandler.<Run>d__0>(ET.Client.Match2G_NotifyMatchSuccessHandler.<Run>d__0&)
  709. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.MoveHelper.<MoveToAsync>d__1>(ET.Client.MoveHelper.<MoveToAsync>d__1&)
  710. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.NetClient2Main_SessionDisposeHandler.<Run>d__0>(ET.Client.NetClient2Main_SessionDisposeHandler.<Run>d__0&)
  711. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.OneFrameInputsHandler.<Run>d__0>(ET.Client.OneFrameInputsHandler.<Run>d__0&)
  712. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.PingComponentSystem.<PingAsync>d__2>(ET.Client.PingComponentSystem.<PingAsync>d__2&)
  713. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5>(ET.Client.ResourcesLoaderComponentSystem.<LoadSceneAsync>d__5&)
  714. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.Room2C_AdjustUpdateTimeHandler.<Run>d__0>(ET.Client.Room2C_AdjustUpdateTimeHandler.<Run>d__0&)
  715. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.Room2C_CheckHashFailHandler.<Run>d__0>(ET.Client.Room2C_CheckHashFailHandler.<Run>d__0&)
  716. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.Room2C_EnterMapHandler.<Run>d__0>(ET.Client.Room2C_EnterMapHandler.<Run>d__0&)
  717. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.RouterAddressComponentSystem.<GetAllRouter>d__2>(ET.Client.RouterAddressComponentSystem.<GetAllRouter>d__2&)
  718. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.RouterAddressComponentSystem.<Init>d__1>(ET.Client.RouterAddressComponentSystem.<Init>d__1&)
  719. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.RouterAddressComponentSystem.<WaitTenMinGetAllRouter>d__3>(ET.Client.RouterAddressComponentSystem.<WaitTenMinGetAllRouter>d__3&)
  720. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.RouterCheckComponentSystem.<CheckAsync>d__1>(ET.Client.RouterCheckComponentSystem.<CheckAsync>d__1&)
  721. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.SceneChangeFinishEvent_CreateUIHelp.<Run>d__0>(ET.Client.SceneChangeFinishEvent_CreateUIHelp.<Run>d__0&)
  722. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.SceneChangeHelper.<SceneChangeTo>d__0>(ET.Client.SceneChangeHelper.<SceneChangeTo>d__0&)
  723. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.SceneChangeStart_AddComponent.<Run>d__0>(ET.Client.SceneChangeStart_AddComponent.<Run>d__0&)
  724. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.UIHelper.<Remove>d__1>(ET.Client.UIHelper.<Remove>d__1&)
  725. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.UILSLobbyComponentSystem.<EnterMap>d__1>(ET.Client.UILSLobbyComponentSystem.<EnterMap>d__1&)
  726. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Client.UILobbyComponentSystem.<EnterMap>d__1>(ET.Client.UILobbyComponentSystem.<EnterMap>d__1&)
  727. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.ConsoleComponentSystem.<Start>d__1>(ET.ConsoleComponentSystem.<Start>d__1&)
  728. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.Entry.<StartAsync>d__2>(ET.Entry.<StartAsync>d__2&)
  729. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EntryEvent1_InitShare.<Run>d__0>(ET.EntryEvent1_InitShare.<Run>d__0&)
  730. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.Client.AppStartInitFinish>>(ET.EventSystem.<PublishAsync>d__4<object,ET.Client.AppStartInitFinish>&)
  731. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.Client.LSSceneChangeStart>>(ET.EventSystem.<PublishAsync>d__4<object,ET.Client.LSSceneChangeStart>&)
  732. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.Client.LoginFinish>>(ET.EventSystem.<PublishAsync>d__4<object,ET.Client.LoginFinish>&)
  733. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent1>>(ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent1>&)
  734. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent2>>(ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent2>&)
  735. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent3>>(ET.EventSystem.<PublishAsync>d__4<object,ET.EntryEvent3>&)
  736. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.FiberInit_Main.<Handle>d__0>(ET.FiberInit_Main.<Handle>d__0&)
  737. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MailBoxType_OrderedMessageHandler.<HandleInner>d__1>(ET.MailBoxType_OrderedMessageHandler.<HandleInner>d__1&)
  738. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MailBoxType_UnOrderedMessageHandler.<HandleAsync>d__1>(ET.MailBoxType_UnOrderedMessageHandler.<HandleAsync>d__1&)
  739. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MessageHandler.<Handle>d__1<object,object,object>>(ET.MessageHandler.<Handle>d__1<object,object,object>&)
  740. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MessageHandler.<Handle>d__1<object,object>>(ET.MessageHandler.<Handle>d__1<object,object>&)
  741. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MessageSessionHandler.<HandleAsync>d__2<object,object>>(ET.MessageSessionHandler.<HandleAsync>d__2<object,object>&)
  742. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.MessageSessionHandler.<HandleAsync>d__2<object>>(ET.MessageSessionHandler.<HandleAsync>d__2<object>&)
  743. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.NumericChangeEvent_NotifyWatcher.<Run>d__0>(ET.NumericChangeEvent_NotifyWatcher.<Run>d__0&)
  744. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.ObjectWaitSystem.<>c__DisplayClass5_0.<<Wait>g__WaitTimeout|0>d<object>>(ET.ObjectWaitSystem.<>c__DisplayClass5_0.<<Wait>g__WaitTimeout|0>d<object>&)
  745. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.ReloadConfigConsoleHandler.<Run>d__0>(ET.ReloadConfigConsoleHandler.<Run>d__0&)
  746. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.ReloadDllConsoleHandler.<Run>d__0>(ET.ReloadDllConsoleHandler.<Run>d__0&)
  747. // System.Void ET.ETAsyncTaskMethodBuilder.Start<ET.SessionSystem.<>c__DisplayClass4_0.<<Call>g__Timeout|0>d>(ET.SessionSystem.<>c__DisplayClass4_0.<<Call>g__Timeout|0>d&)
  748. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.WaitType.Wait_Room2C_Start>.Start<ET.ObjectWaitSystem.<Wait>d__4<ET.Client.WaitType.Wait_Room2C_Start>>(ET.ObjectWaitSystem.<Wait>d__4<ET.Client.WaitType.Wait_Room2C_Start>&)
  749. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_CreateMyUnit>.Start<ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_CreateMyUnit>>(ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_CreateMyUnit>&)
  750. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_SceneChangeFinish>.Start<ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_SceneChangeFinish>>(ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_SceneChangeFinish>&)
  751. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_UnitStop>.Start<ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_UnitStop>>(ET.ObjectWaitSystem.<Wait>d__4<ET.Client.Wait_UnitStop>&)
  752. // System.Void ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>.Start<ET.Client.RouterHelper.<GetRouterAddress>d__1>(ET.Client.RouterHelper.<GetRouterAddress>d__1&)
  753. // System.Void ET.ETAsyncTaskMethodBuilder<byte>.Start<ET.MoveComponentSystem.<MoveToAsync>d__5>(ET.MoveComponentSystem.<MoveToAsync>d__5&)
  754. // System.Void ET.ETAsyncTaskMethodBuilder<int>.Start<ET.Client.MoveHelper.<MoveToAsync>d__0>(ET.Client.MoveHelper.<MoveToAsync>d__0&)
  755. // System.Void ET.ETAsyncTaskMethodBuilder<long>.Start<ET.Client.ClientSenderCompnentSystem.<LoginAsync>d__3>(ET.Client.ClientSenderCompnentSystem.<LoginAsync>d__3&)
  756. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.ClientSenderCompnentSystem.<Call>d__5>(ET.Client.ClientSenderCompnentSystem.<Call>d__5&)
  757. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.HttpClientHelper.<Get>d__0>(ET.Client.HttpClientHelper.<Get>d__0&)
  758. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>>(ET.Client.ResourcesLoaderComponentSystem.<LoadAllAssetsAsync>d__4<object>&)
  759. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>>(ET.Client.ResourcesLoaderComponentSystem.<LoadAssetAsync>d__3<object>&)
  760. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.RouterHelper.<CreateRouterSession>d__0>(ET.Client.RouterHelper.<CreateRouterSession>d__0&)
  761. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UIComponentSystem.<Create>d__1>(ET.Client.UIComponentSystem.<Create>d__1&)
  762. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UIGlobalComponentSystem.<OnCreate>d__1>(ET.Client.UIGlobalComponentSystem.<OnCreate>d__1&)
  763. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UIHelpEvent.<OnCreate>d__0>(ET.Client.UIHelpEvent.<OnCreate>d__0&)
  764. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UIHelper.<Create>d__0>(ET.Client.UIHelper.<Create>d__0&)
  765. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UILSLobbyEvent.<OnCreate>d__0>(ET.Client.UILSLobbyEvent.<OnCreate>d__0&)
  766. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UILSLoginEvent.<OnCreate>d__0>(ET.Client.UILSLoginEvent.<OnCreate>d__0&)
  767. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UILSRoomEvent.<OnCreate>d__0>(ET.Client.UILSRoomEvent.<OnCreate>d__0&)
  768. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UILobbyEvent.<OnCreate>d__0>(ET.Client.UILobbyEvent.<OnCreate>d__0&)
  769. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.Client.UILoginEvent.<OnCreate>d__0>(ET.Client.UILoginEvent.<OnCreate>d__0&)
  770. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.ObjectWaitSystem.<Wait>d__4<object>>(ET.ObjectWaitSystem.<Wait>d__4<object>&)
  771. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.ObjectWaitSystem.<Wait>d__5<object>>(ET.ObjectWaitSystem.<Wait>d__5<object>&)
  772. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.RpcInfo.<Wait>d__7>(ET.RpcInfo.<Wait>d__7&)
  773. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.SessionSystem.<Call>d__3>(ET.SessionSystem.<Call>d__3&)
  774. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<ET.SessionSystem.<Call>d__4>(ET.SessionSystem.<Call>d__4&)
  775. // System.Void ET.ETAsyncTaskMethodBuilder<uint>.Start<ET.Client.RouterHelper.<Connect>d__2>(ET.Client.RouterHelper.<Connect>d__2&)
  776. // object ET.Entity.AddChild<object,object,object>(object,object,bool)
  777. // object ET.Entity.AddChildWithId<object,int>(long,int,bool)
  778. // object ET.Entity.AddChildWithId<object,object,object,object>(long,object,object,object,bool)
  779. // object ET.Entity.AddChildWithId<object,object,object>(long,object,object,bool)
  780. // object ET.Entity.AddChildWithId<object,object>(long,object,bool)
  781. // object ET.Entity.AddChildWithId<object>(long,bool)
  782. // object ET.Entity.AddComponent<object,int,int>(int,int,bool)
  783. // object ET.Entity.AddComponent<object,int>(int,bool)
  784. // object ET.Entity.AddComponent<object,object,int>(object,int,bool)
  785. // object ET.Entity.AddComponent<object>(bool)
  786. // object ET.Entity.AddComponentWithId<object,int,int>(long,int,int,bool)
  787. // object ET.Entity.AddComponentWithId<object,int>(long,int,bool)
  788. // object ET.Entity.AddComponentWithId<object,object,int>(long,object,int,bool)
  789. // object ET.Entity.AddComponentWithId<object,object,object,object>(long,object,object,object,bool)
  790. // object ET.Entity.AddComponentWithId<object,object,object>(long,object,object,bool)
  791. // object ET.Entity.AddComponentWithId<object,object>(long,object,bool)
  792. // object ET.Entity.AddComponentWithId<object>(long,bool)
  793. // object ET.Entity.GetChild<object>(long)
  794. // object ET.Entity.GetComponent<object>()
  795. // object ET.Entity.GetParent<object>()
  796. // System.Void ET.Entity.RemoveComponent<object>()
  797. // System.Void ET.EntitySystemSingleton.Awake<int,int>(ET.Entity,int,int)
  798. // System.Void ET.EntitySystemSingleton.Awake<int>(ET.Entity,int)
  799. // System.Void ET.EntitySystemSingleton.Awake<object,int>(ET.Entity,object,int)
  800. // System.Void ET.EntitySystemSingleton.Awake<object,object,object>(ET.Entity,object,object,object)
  801. // System.Void ET.EntitySystemSingleton.Awake<object,object>(ET.Entity,object,object)
  802. // System.Void ET.EntitySystemSingleton.Awake<object>(ET.Entity,object)
  803. // long ET.EnumHelper.FromString<long>(string)
  804. // System.Void ET.EventSystem.Invoke<ET.NetComponentOnRead>(long,ET.NetComponentOnRead)
  805. // System.Void ET.EventSystem.Publish<object,ET.ChangePosition>(object,ET.ChangePosition)
  806. // System.Void ET.EventSystem.Publish<object,ET.ChangeRotation>(object,ET.ChangeRotation)
  807. // System.Void ET.EventSystem.Publish<object,ET.Client.AfterCreateCurrentScene>(object,ET.Client.AfterCreateCurrentScene)
  808. // System.Void ET.EventSystem.Publish<object,ET.Client.AfterUnitCreate>(object,ET.Client.AfterUnitCreate)
  809. // System.Void ET.EventSystem.Publish<object,ET.Client.EnterMapFinish>(object,ET.Client.EnterMapFinish)
  810. // System.Void ET.EventSystem.Publish<object,ET.Client.LSSceneInitFinish>(object,ET.Client.LSSceneInitFinish)
  811. // System.Void ET.EventSystem.Publish<object,ET.Client.SceneChangeFinish>(object,ET.Client.SceneChangeFinish)
  812. // System.Void ET.EventSystem.Publish<object,ET.Client.SceneChangeStart>(object,ET.Client.SceneChangeStart)
  813. // System.Void ET.EventSystem.Publish<object,ET.MoveStart>(object,ET.MoveStart)
  814. // System.Void ET.EventSystem.Publish<object,ET.MoveStop>(object,ET.MoveStop)
  815. // System.Void ET.EventSystem.Publish<object,ET.NumbericChange>(object,ET.NumbericChange)
  816. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.Client.AppStartInitFinish>(object,ET.Client.AppStartInitFinish)
  817. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.Client.LSSceneChangeStart>(object,ET.Client.LSSceneChangeStart)
  818. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.Client.LoginFinish>(object,ET.Client.LoginFinish)
  819. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.EntryEvent1>(object,ET.EntryEvent1)
  820. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.EntryEvent2>(object,ET.EntryEvent2)
  821. // ET.ETTask ET.EventSystem.PublishAsync<object,ET.EntryEvent3>(object,ET.EntryEvent3)
  822. // object ET.MongoHelper.FromJson<object>(string)
  823. // System.Void ET.ObjectHelper.Swap<object>(object&,object&)
  824. // object ET.ObjectPool.Fetch<object>()
  825. // System.Void ET.RandomGenerator.BreakRank<object>(System.Collections.Generic.List<object>)
  826. // object ET.World.AddSingleton<object>()
  827. // System.Collections.Generic.List<object> MemoryPack.Formatters.ListFormatter.DeserializePackable<object>(MemoryPack.MemoryPackReader&)
  828. // System.Void MemoryPack.Formatters.ListFormatter.DeserializePackable<object>(MemoryPack.MemoryPackReader&,System.Collections.Generic.List<object>&)
  829. // System.Void MemoryPack.Formatters.ListFormatter.SerializePackable<object>(MemoryPack.MemoryPackWriter&,System.Collections.Generic.List<object>&)
  830. // byte[] MemoryPack.Internal.MemoryMarshalEx.AllocateUninitializedArray<byte>(int,bool)
  831. // byte& MemoryPack.Internal.MemoryMarshalEx.GetArrayDataReference<byte>(byte[])
  832. // MemoryPack.MemoryPackFormatter<byte> MemoryPack.MemoryPackFormatterProvider.GetFormatter<byte>()
  833. // MemoryPack.MemoryPackFormatter<long> MemoryPack.MemoryPackFormatterProvider.GetFormatter<long>()
  834. // MemoryPack.MemoryPackFormatter<object> MemoryPack.MemoryPackFormatterProvider.GetFormatter<object>()
  835. // bool MemoryPack.MemoryPackFormatterProvider.IsRegistered<ET.LSInput>()
  836. // bool MemoryPack.MemoryPackFormatterProvider.IsRegistered<object>()
  837. // System.Void MemoryPack.MemoryPackFormatterProvider.Register<ET.LSInput>(MemoryPack.MemoryPackFormatter<ET.LSInput>)
  838. // System.Void MemoryPack.MemoryPackFormatterProvider.Register<object>(MemoryPack.MemoryPackFormatter<object>)
  839. // System.Void MemoryPack.MemoryPackReader.DangerousReadUnmanagedArray<byte>(byte[]&)
  840. // byte[] MemoryPack.MemoryPackReader.DangerousReadUnmanagedArray<byte>()
  841. // MemoryPack.IMemoryPackFormatter<byte> MemoryPack.MemoryPackReader.GetFormatter<byte>()
  842. // MemoryPack.IMemoryPackFormatter<long> MemoryPack.MemoryPackReader.GetFormatter<long>()
  843. // MemoryPack.IMemoryPackFormatter<object> MemoryPack.MemoryPackReader.GetFormatter<object>()
  844. // System.Void MemoryPack.MemoryPackReader.ReadPackable<object>(object&)
  845. // object MemoryPack.MemoryPackReader.ReadPackable<object>()
  846. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<ET.ActorId>(ET.ActorId&)
  847. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<ET.LSInput>(ET.LSInput&)
  848. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<TrueSync.TSQuaternion>(TrueSync.TSQuaternion&)
  849. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<TrueSync.TSVector>(TrueSync.TSVector&)
  850. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<Unity.Mathematics.float3>(Unity.Mathematics.float3&)
  851. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<Unity.Mathematics.quaternion,int>(Unity.Mathematics.quaternion&,int&)
  852. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<Unity.Mathematics.quaternion>(Unity.Mathematics.quaternion&)
  853. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,ET.ActorId>(byte&,int&,ET.ActorId&)
  854. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,Unity.Mathematics.float3>(byte&,int&,Unity.Mathematics.float3&)
  855. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,int>(byte&,int&,int&)
  856. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,long,ET.LSInput>(byte&,int&,long&,ET.LSInput&)
  857. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,long,Unity.Mathematics.float3,Unity.Mathematics.quaternion>(byte&,int&,long&,Unity.Mathematics.float3&,Unity.Mathematics.quaternion&)
  858. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int,long,long>(byte&,int&,long&,long&)
  859. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,int>(byte&,int&)
  860. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,long,TrueSync.TSVector,TrueSync.TSQuaternion>(byte&,long&,TrueSync.TSVector&,TrueSync.TSQuaternion&)
  861. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,long,Unity.Mathematics.float3>(byte&,long&,Unity.Mathematics.float3&)
  862. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,long,int,int,Unity.Mathematics.float3,Unity.Mathematics.float3>(byte&,long&,int&,int&,Unity.Mathematics.float3&,Unity.Mathematics.float3&)
  863. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,long,int,long>(byte&,long&,int&,long&)
  864. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,long>(byte&,long&)
  865. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte,uint>(byte&,uint&)
  866. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<byte>(byte&)
  867. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<int>(int&)
  868. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<long,ET.LSInput>(long&,ET.LSInput&)
  869. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<long,TrueSync.TSVector,TrueSync.TSQuaternion>(long&,TrueSync.TSVector&,TrueSync.TSQuaternion&)
  870. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<long,long>(long&,long&)
  871. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<long>(long&)
  872. // System.Void MemoryPack.MemoryPackReader.ReadUnmanaged<uint>(uint&)
  873. // System.Void MemoryPack.MemoryPackReader.ReadUnmanagedArray<byte>(byte[]&)
  874. // byte[] MemoryPack.MemoryPackReader.ReadUnmanagedArray<byte>()
  875. // System.Void MemoryPack.MemoryPackReader.ReadValue<object>(object&)
  876. // byte MemoryPack.MemoryPackReader.ReadValue<byte>()
  877. // long MemoryPack.MemoryPackReader.ReadValue<long>()
  878. // object MemoryPack.MemoryPackReader.ReadValue<object>()
  879. // System.Void MemoryPack.MemoryPackWriter.DangerousWriteUnmanagedArray<byte>(byte[])
  880. // MemoryPack.IMemoryPackFormatter<byte> MemoryPack.MemoryPackWriter.GetFormatter<byte>()
  881. // MemoryPack.IMemoryPackFormatter<long> MemoryPack.MemoryPackWriter.GetFormatter<long>()
  882. // MemoryPack.IMemoryPackFormatter<object> MemoryPack.MemoryPackWriter.GetFormatter<object>()
  883. // System.Void MemoryPack.MemoryPackWriter.WritePackable<object>(object&)
  884. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<ET.LSInput>(ET.LSInput&)
  885. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<Unity.Mathematics.quaternion,int>(Unity.Mathematics.quaternion&,int&)
  886. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<int>(int&)
  887. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<long,ET.LSInput>(long&,ET.LSInput&)
  888. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<long,TrueSync.TSVector,TrueSync.TSQuaternion>(long&,TrueSync.TSVector&,TrueSync.TSQuaternion&)
  889. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<long,long>(long&,long&)
  890. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanaged<long>(long&)
  891. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedArray<byte>(byte[])
  892. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,ET.ActorId>(byte,byte&,int&,ET.ActorId&)
  893. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,Unity.Mathematics.float3>(byte,byte&,int&,Unity.Mathematics.float3&)
  894. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,int>(byte,byte&,int&,int&)
  895. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,long,ET.LSInput>(byte,byte&,int&,long&,ET.LSInput&)
  896. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,long,Unity.Mathematics.float3,Unity.Mathematics.quaternion>(byte,byte&,int&,long&,Unity.Mathematics.float3&,Unity.Mathematics.quaternion&)
  897. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int,long,long>(byte,byte&,int&,long&,long&)
  898. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,int>(byte,byte&,int&)
  899. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,long,TrueSync.TSVector,TrueSync.TSQuaternion>(byte,byte&,long&,TrueSync.TSVector&,TrueSync.TSQuaternion&)
  900. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,long,Unity.Mathematics.float3>(byte,byte&,long&,Unity.Mathematics.float3&)
  901. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,long,int,int,Unity.Mathematics.float3,Unity.Mathematics.float3>(byte,byte&,long&,int&,int&,Unity.Mathematics.float3&,Unity.Mathematics.float3&)
  902. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,long,int,long>(byte,byte&,long&,int&,long&)
  903. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,long>(byte,byte&,long&)
  904. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte,uint>(byte,byte&,uint&)
  905. // System.Void MemoryPack.MemoryPackWriter.WriteUnmanagedWithObjectHeader<byte>(byte,byte&)
  906. // System.Void MemoryPack.MemoryPackWriter.WriteValue<byte>(byte&)
  907. // System.Void MemoryPack.MemoryPackWriter.WriteValue<long>(long&)
  908. // System.Void MemoryPack.MemoryPackWriter.WriteValue<object>(object&)
  909. // object MongoDB.Bson.Serialization.BsonSerializer.Deserialize<object>(MongoDB.Bson.IO.IBsonReader,System.Action<MongoDB.Bson.Serialization.BsonDeserializationContext.Builder>)
  910. // object MongoDB.Bson.Serialization.BsonSerializer.Deserialize<object>(string,System.Action<MongoDB.Bson.Serialization.BsonDeserializationContext.Builder>)
  911. // MongoDB.Bson.Serialization.IBsonSerializer<object> MongoDB.Bson.Serialization.BsonSerializer.LookupSerializer<object>()
  912. // object MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize<object>(MongoDB.Bson.Serialization.IBsonSerializer<object>,MongoDB.Bson.Serialization.BsonDeserializationContext)
  913. // object ReferenceCollector.Get<object>(string)
  914. // object System.Activator.CreateInstance<object>()
  915. // byte[] System.Array.Empty<byte>()
  916. // object[] System.Array.Empty<object>()
  917. // int System.HashCode.Combine<TrueSync.TSVector2,int>(TrueSync.TSVector2,int)
  918. // int System.HashCode.Combine<object>(object)
  919. // ET.RpcInfo[] System.Linq.Enumerable.ToArray<ET.RpcInfo>(System.Collections.Generic.IEnumerable<ET.RpcInfo>)
  920. // object[] System.Linq.Enumerable.ToArray<object>(System.Collections.Generic.IEnumerable<object>)
  921. // System.Span<byte> System.MemoryExtensions.AsSpan<byte>(byte[])
  922. // byte& System.Runtime.CompilerServices.Unsafe.Add<byte>(byte&,int)
  923. // byte& System.Runtime.CompilerServices.Unsafe.As<byte,byte>(byte&)
  924. // object& System.Runtime.CompilerServices.Unsafe.As<object,object>(object&)
  925. // byte& System.Runtime.CompilerServices.Unsafe.AsRef<byte>(byte&)
  926. // long& System.Runtime.CompilerServices.Unsafe.AsRef<long>(long&)
  927. // object& System.Runtime.CompilerServices.Unsafe.AsRef<object>(object&)
  928. // ET.ActorId System.Runtime.CompilerServices.Unsafe.ReadUnaligned<ET.ActorId>(byte&)
  929. // ET.LSInput System.Runtime.CompilerServices.Unsafe.ReadUnaligned<ET.LSInput>(byte&)
  930. // TrueSync.TSQuaternion System.Runtime.CompilerServices.Unsafe.ReadUnaligned<TrueSync.TSQuaternion>(byte&)
  931. // TrueSync.TSVector System.Runtime.CompilerServices.Unsafe.ReadUnaligned<TrueSync.TSVector>(byte&)
  932. // Unity.Mathematics.float3 System.Runtime.CompilerServices.Unsafe.ReadUnaligned<Unity.Mathematics.float3>(byte&)
  933. // Unity.Mathematics.quaternion System.Runtime.CompilerServices.Unsafe.ReadUnaligned<Unity.Mathematics.quaternion>(byte&)
  934. // byte System.Runtime.CompilerServices.Unsafe.ReadUnaligned<byte>(byte&)
  935. // int System.Runtime.CompilerServices.Unsafe.ReadUnaligned<int>(byte&)
  936. // long System.Runtime.CompilerServices.Unsafe.ReadUnaligned<long>(byte&)
  937. // uint System.Runtime.CompilerServices.Unsafe.ReadUnaligned<uint>(byte&)
  938. // int System.Runtime.CompilerServices.Unsafe.SizeOf<ET.ActorId>()
  939. // int System.Runtime.CompilerServices.Unsafe.SizeOf<ET.LSInput>()
  940. // int System.Runtime.CompilerServices.Unsafe.SizeOf<TrueSync.TSQuaternion>()
  941. // int System.Runtime.CompilerServices.Unsafe.SizeOf<TrueSync.TSVector>()
  942. // int System.Runtime.CompilerServices.Unsafe.SizeOf<Unity.Mathematics.float3>()
  943. // int System.Runtime.CompilerServices.Unsafe.SizeOf<Unity.Mathematics.quaternion>()
  944. // int System.Runtime.CompilerServices.Unsafe.SizeOf<byte>()
  945. // int System.Runtime.CompilerServices.Unsafe.SizeOf<int>()
  946. // int System.Runtime.CompilerServices.Unsafe.SizeOf<long>()
  947. // int System.Runtime.CompilerServices.Unsafe.SizeOf<uint>()
  948. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<ET.ActorId>(byte&,ET.ActorId)
  949. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<ET.LSInput>(byte&,ET.LSInput)
  950. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<TrueSync.TSQuaternion>(byte&,TrueSync.TSQuaternion)
  951. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<TrueSync.TSVector>(byte&,TrueSync.TSVector)
  952. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<Unity.Mathematics.float3>(byte&,Unity.Mathematics.float3)
  953. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<Unity.Mathematics.quaternion>(byte&,Unity.Mathematics.quaternion)
  954. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<byte>(byte&,byte)
  955. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<int>(byte&,int)
  956. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<long>(byte&,long)
  957. // System.Void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<uint>(byte&,uint)
  958. // byte& System.Runtime.InteropServices.MemoryMarshal.GetReference<byte>(System.Span<byte>)
  959. // System.Threading.Tasks.Task<object> System.Threading.Tasks.TaskFactory.StartNew<object>(System.Func<object>,System.Threading.CancellationToken)
  960. // object UnityEngine.GameObject.GetComponent<object>()
  961. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform)
  962. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform,bool)
  963. // YooAsset.AllAssetsHandle YooAsset.ResourcePackage.LoadAllAssetsAsync<object>(string,uint)
  964. // YooAsset.AssetHandle YooAsset.ResourcePackage.LoadAssetAsync<object>(string,uint)
  965. }
  966. }