public AMBool(string _name, DelegatesData.AliveBool _prop) { name = _name; property = _prop; }
public BrainBlock(DelegatesData.AliveBool _prop, DelegatesData.AliveDo _action) { property = _prop; action = _action; }