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