コード例 #1
0
ファイル: Platform.cs プロジェクト: todun/leVRn
 public Platform(PlatformLayout layout)
 {
     this.layout = layout;
 }
コード例 #2
0
ファイル: Platform.cs プロジェクト: todun/leVRn
 public Platform(string[] commands, PlatformLayout layout)
 {
     this.commands = commands;
     this.layout   = layout;
 }