예제 #1
0
 public AMBool(string _name, DelegatesData.AliveBool _prop)
 {
     name     = _name;
     property = _prop;
 }
예제 #2
0
 public BrainBlock(DelegatesData.AliveBool _prop, DelegatesData.AliveDo _action)
 {
     property = _prop;
     action   = _action;
 }