mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Fix naming for InstanceProjectNodeConfig
This commit is contained in:
@@ -130,6 +130,7 @@ pub struct ProjectInitError;
|
|||||||
pub struct ProjectSaveError;
|
pub struct ProjectSaveError;
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct InstanceProjectNodeConfig {
|
pub struct InstanceProjectNodeConfig {
|
||||||
pub ignore_unknown: bool,
|
pub ignore_unknown: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user