コード例 #1
0
 public LootContainerBuilder SetType(LootContainerType type)
 {
     _containerType = type;
     return(this);
 }
コード例 #2
0
 internal LootContainerBuilder()
 {
     _containerType = LootContainerType.LootOnly;
     _pinCode       = FastRandom.NextInt(1, 9999);
     _enterBeamType = BeamType.undefined;
 }