@@ -1561,9 +1561,6 @@ public class Dynamic : ModuleBase {
15611561 "ecsact_destroy_enum" ,
15621562 "ecsact_destroy_package" ,
15631563 "ecsact_destroy_transient" ,
1564- "ecsact_register_action" ,
1565- "ecsact_register_component" ,
1566- "ecsact_register_system" ,
15671564 "ecsact_remove_child_system" ,
15681565 "ecsact_remove_dependency" ,
15691566 "ecsact_remove_enum_value" ,
@@ -1696,24 +1693,6 @@ internal delegate void ecsact_destroy_component_delegate
16961693 ) ;
16971694 internal ecsact_destroy_component_delegate ? ecsact_destroy_component ;
16981695
1699- internal delegate void ecsact_register_component_delegate
1700- ( Int32 registryId
1701- , Int32 componentId
1702- ) ;
1703- internal ecsact_register_component_delegate ? ecsact_register_component ;
1704-
1705- internal delegate void ecsact_register_system_delegate
1706- ( Int32 registryId
1707- , Int32 systemId
1708- ) ;
1709- internal ecsact_register_system_delegate ? ecsact_register_system ;
1710-
1711- internal delegate void ecsact_register_action_delegate
1712- ( Int32 registryId
1713- , Int32 actionId
1714- ) ;
1715- internal ecsact_register_action_delegate ? ecsact_register_action ;
1716-
17171696 internal delegate Int32 ecsact_system_execution_context_id_delegate
17181697 ( IntPtr context
17191698 ) ;
@@ -2230,9 +2209,6 @@ public static EcsactRuntime Load
22302209 LoadDelegate ( lib , "ecsact_create_action" , out runtime . _dynamic . ecsact_create_action , runtime . _dynamic ) ;
22312210 LoadDelegate ( lib , "ecsact_create_component" , out runtime . _dynamic . ecsact_create_component , runtime . _dynamic ) ;
22322211 LoadDelegate ( lib , "ecsact_destroy_component" , out runtime . _dynamic . ecsact_destroy_component , runtime . _dynamic ) ;
2233- LoadDelegate ( lib , "ecsact_register_component" , out runtime . _dynamic . ecsact_register_component , runtime . _dynamic ) ;
2234- LoadDelegate ( lib , "ecsact_register_system" , out runtime . _dynamic . ecsact_register_system , runtime . _dynamic ) ;
2235- LoadDelegate ( lib , "ecsact_register_action" , out runtime . _dynamic . ecsact_register_action , runtime . _dynamic ) ;
22362212 LoadDelegate ( lib , "ecsact_system_execution_context_id" , out runtime . _dynamic . ecsact_system_execution_context_id , runtime . _dynamic ) ;
22372213 LoadDelegate ( lib , "ecsact_system_execution_context_other" , out runtime . _dynamic . ecsact_system_execution_context_other , runtime . _dynamic ) ;
22382214
0 commit comments