public void Visit(EndTable instruction)
 {
     _instructions.Add(instruction);
 }
Example #2
0
 public void Visit(EndTable instruction)
 {
 }
Example #3
0
 void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }