Example #1
0
 internal override void Visit(LineVisiter visiter)
 {
     visiter.Visit(this);
 }
Example #2
0
File: Player.cs Project: fxMem/Plot
 private void ProcessLine()
 {
     _lineVisiter.Visit(CurrentLine);
 }