mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 03:32:22 -04:00
Update README.md
This commit is contained in:
@@ -13,11 +13,11 @@ public class ChecksumGroup
|
||||
```csharp
|
||||
public class DBDMatchGroup
|
||||
{
|
||||
public string BuildPrev;
|
||||
public string BuildCur;
|
||||
public int RecordCountPrev;
|
||||
public int RecordCountCur;
|
||||
public int MatchCount;
|
||||
public float MatchCountPercent;
|
||||
public string BuildPrev;
|
||||
public string BuildCur;
|
||||
public int RecordCountPrev;
|
||||
public int RecordCountCur;
|
||||
public int MatchCount;
|
||||
public float MatchCountPercent;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user