Skip to content

Commit 14f1bf1

Browse files
committed
Start to update activity hashes
1 parent 163fbb7 commit 14f1bf1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/net/dec4234/javadestinyapi/stats/activities/ActivityIdentifier.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,13 @@ public static ActivityIdentifier fromHash(String hash) {
177177

178178
return null;
179179
}
180+
181+
/**
182+
* Print a list of unknown hashes, and their corresponding activity name <br>
183+
* Note: This is a utility method that is typically only used in development.
184+
* @param mode The mode category to search under
185+
*/
186+
public static void printUnknownIdentifiers(ActivityMode mode) {
187+
188+
}
180189
}

0 commit comments

Comments
 (0)