コード例 #1
0
ファイル: Navigator.cs プロジェクト: eylvisaker/BallBusterX
 public Navigator(UIContext context, Instructor instructor)
 {
     this.context    = context;
     this.instructor = instructor;
 }