mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 12:04:06 +02:00
non exhaustive
This commit is contained in:
parent
105afbc955
commit
497b2a57e7
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ pub use water::WaterMaterial;
|
||||||
pub use worldvertextransition::WorldVertexTransitionMaterial;
|
pub use worldvertextransition::WorldVertexTransitionMaterial;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub enum Material {
|
pub enum Material {
|
||||||
#[serde(rename = "lightmappedgeneric")]
|
#[serde(rename = "lightmappedgeneric")]
|
||||||
LightMappedGeneric(LightMappedGenericMaterial),
|
LightMappedGeneric(LightMappedGenericMaterial),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue