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