engage/generated/unity_engine/scripting/
api_updating.rs1#[cfg(any(feature = "unity_engine-scripting-api_updating-apiupdaterruntimehelpers-types"))]
4pub mod apiupdaterruntimehelpers;
5#[cfg(feature = "unity_engine-scripting-api_updating-apiupdaterruntimehelpers-types")]
6pub use apiupdaterruntimehelpers::{APIUpdaterRuntimeHelpers, IAPIUpdaterRuntimeHelpers};
7#[cfg(any(feature = "unity_engine-scripting-api_updating-movedfromattribute-types"))]
8pub mod movedfromattribute;
9#[cfg(feature = "unity_engine-scripting-api_updating-movedfromattribute")]
10pub use movedfromattribute::IMovedFromAttributeMethods;
11#[cfg(feature = "unity_engine-scripting-api_updating-movedfromattribute-types")]
12pub use movedfromattribute::{IMovedFromAttribute, MovedFromAttribute};
13#[cfg(any(feature = "unity_engine-scripting-api_updating-movedfromattributedata-types"))]
14pub mod movedfromattributedata;
15#[cfg(feature = "unity_engine-scripting-api_updating-movedfromattributedata-types")]
16pub use movedfromattributedata::MovedFromAttributeData;