示例#1
0
 public ApplicationSettings(BinaryReader br)
 {
     GameRatings           = br.ReadBytes(0x10);
     RegionLockout         = (RegionLockoutFlags)br.ReadUInt32();
     MatchMakerID          = br.ReadUInt32();
     MatchMakerBITID       = br.ReadUInt64();
     Flags                 = (AppSettingsFlags)br.ReadUInt32();
     EULAVersion           = br.ReadUInt16();
     Reserved              = br.ReadUInt16();
     AnimationDefaultFrame = br.ReadSingle();
     StreetPassID          = br.ReadUInt32();
 }
示例#2
0
 public ApplicationSettings(BinaryReader br)
 {
     GameRatings = br.ReadBytes(0x10);
     RegionLockout = (RegionLockoutFlags)br.ReadUInt32();
     MatchMakerID = br.ReadUInt32();
     MatchMakerBITID = br.ReadUInt64();
     Flags = (AppSettingsFlags)br.ReadUInt32();
     EULAVersion = br.ReadUInt16();
     Reserved = br.ReadUInt16();
     AnimationDefaultFrame = br.ReadSingle();
     StreetPassID = br.ReadUInt32();
 }