war 0.2.0

A viewer/editor for Darksiders saves, worlds, and scripts
Documentation
1
2
3
4
5
6
7
use crate::darksiders1::gfc;

#[derive(Clone, Debug)]
pub struct Object {
    pub classname: String,
    pub properties: Vec<(String, gfc::Value)>,
}