Esempio n. 1
0
 public LSystemRecation(char systemCase, LSystemAction action)
 {
     this.action = action;
     this.systemCase = systemCase;
 }
Esempio n. 2
0
 public LSystemRecation(char systemCase)
 {
     this.action = null;
     this.systemCase = systemCase;
 }