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

Class FieldInstance

src/ldtk.rs:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204#[derive(Clone, Debug, Deserialize)]
205#[serde(rename_all = "camelCase")]
206pub struct FieldInstance {
207 #[serde(rename = "__identifier")]
208 pub identifier: String,
209
210 // TODO: Make this nicer
211 #[serde(rename = "__value")]
212 pub value: Option<serde_json::Value>,
213}
214
215fn deserialize_ldtk_point<'de, D>(de: D) -> Result<IVec2, D::Error>
216where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected