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

Class IntGridTile

src/ldtk.rs:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183pub struct IntGridTile {
184 pub position: IVec2,
185 pub value: i32,
186}
187
188#[derive(Clone, Debug, Deserialize)]
189#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected