コード例 #1
0
ファイル: Vocabulary.cs プロジェクト: jango2015/Ironclad
 public Vocabulary(Random rng, Dictionary<int, int> specs)
 {
     this.specs = specs;
     this.mux = Generate(rng, specs);
 }
コード例 #2
0
ファイル: Vocabulary.cs プロジェクト: MadeByMars/Ironclad
 public Vocabulary(Random rng, Dictionary <int, int> specs)
 {
     this.specs = specs;
     this.mux   = Generate(rng, specs);
 }