Skip to main content

engage/generated/unity_engine/
subsystems_implementation.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "unity_engine-subsystems_implementation-subsystemdescriptorstore-types"))]
4pub mod subsystemdescriptorstore;
5#[cfg(feature = "unity_engine-subsystems_implementation-subsystemdescriptorstore-types")]
6pub use subsystemdescriptorstore::{ISubsystemDescriptorStore, SubsystemDescriptorStore};
7#[cfg(any(feature = "unity_engine-subsystems_implementation-subsystemdescriptorwithprovider-types"))]
8pub mod subsystemdescriptorwithprovider;
9#[cfg(feature = "unity_engine-subsystems_implementation-subsystemdescriptorwithprovider")]
10pub use subsystemdescriptorwithprovider::ISubsystemDescriptorWithProviderMethods;
11#[cfg(feature = "unity_engine-subsystems_implementation-subsystemdescriptorwithprovider-types")]
12pub use subsystemdescriptorwithprovider::{ISubsystemDescriptorWithProvider, SubsystemDescriptorWithProvider};
13#[cfg(any(feature = "unity_engine-subsystems_implementation-subsystemwithprovider-types"))]
14pub mod subsystemwithprovider;
15#[cfg(feature = "unity_engine-subsystems_implementation-subsystemwithprovider")]
16pub use subsystemwithprovider::ISubsystemWithProviderMethods;
17#[cfg(feature = "unity_engine-subsystems_implementation-subsystemwithprovider-types")]
18pub use subsystemwithprovider::{ISubsystemWithProvider, SubsystemWithProvider};