[Main page] [Overview]     /struct /material

SYNOPSIS
struct Material;

FILE
/kernel/types.c

DEFINITION
public struct Material {
string name;
string adjective;
string parent;
struct Colour colour;
mapping resistances;
struct Combustion combustion;
int price, price_min, price_max;
int hardness;
float density;
status rustable;
};