コード例 #1
0
ファイル: Machine.cs プロジェクト: enchman/workboard
 public Machine(Blueprint.Instruction type)
 {
     this.Function = type;
 }
コード例 #2
0
ファイル: Production.cs プロジェクト: enchman/workboard
 public void ReadBlueprint(Blueprint schematic)
 {
 }