コード例 #1
0
ファイル: Blueprint.cs プロジェクト: galri/Object-Generator
 public Blueprint(IRandome randome)
 {
     _randome = randome;
 }
コード例 #2
0
ファイル: Generator.cs プロジェクト: galri/Object-Generator
 public Generator(IRandome randome)
 {
     _randome = randome;
 }