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

Class Defs

src/ldtk.rs:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#[derive(Clone, Debug, Deserialize)]
29#[serde(rename_all = "camelCase")]
30pub struct Defs {
31 pub tilesets: Vec<Tileset>,
32}
33
34impl Defs {
35 pub fn get_tileset(&self, id: &str) -> Option<&Tileset> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected