Initial MetaCrate rewrite shell
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// @generated by tools/generate_surface.py; do not edit by hand.
|
||||
// Source: LibreMetaverse 2aa70bb68513b39795da5d13c88f31b86e85a3ba
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
/// `class` shim for C# `LibreMetaverse.Rendering.MeshFoundry`; members remain intentionally unimplemented.
|
||||
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
|
||||
pub struct MeshFoundry;
|
||||
impl MeshFoundry {
|
||||
pub const CSHARP_NAME: &'static str = "LibreMetaverse.Rendering.MeshFoundry";
|
||||
pub const CSHARP_KIND: &'static str = "class";
|
||||
}
|
||||
Reference in New Issue
Block a user