MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / EnumTag

Class EnumTag

src/ldtk.rs:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#[derive(Clone, Debug, Deserialize)]
59#[serde(rename_all = "camelCase")]
60pub struct EnumTag {
61 pub enum_value_id: String,
62 pub tile_ids: Vec<i32>,
63}
64
65#[derive(Clone, Debug, Deserialize)]
66#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected