Beispiel #1
0
 private LostObject(LostObjectType objectType, string rawType, string hash)
 {
     this.objectType = objectType;
     this.rawType    = rawType;
     this.hash       = hash;
 }
 private LostObject(LostObjectType objectType, string rawType, string hash)
 {
     this.objectType = objectType;
     this.rawType = rawType;
     this.hash = hash;
 }
 private LostObject(LostObjectType objectType, string rawType, string hash)
 {
     ObjectType = objectType;
     RawType    = rawType;
     Hash       = hash;
 }