コード例 #1
0
ファイル: Parser.cs プロジェクト: GhostTap/MonoGame
 public Parser(Scanner scanner)
 {
     this.scanner = scanner;
 }