Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
docs: add AllowedContentType names
Browse files Browse the repository at this point in the history
  • Loading branch information
PartyLich committed Jan 2, 2024
1 parent 3f219fb commit 0a6dd15
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions BetterPartyFinder/PluginUi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
namespace BetterPartyFinder {
public class PluginUi : IDisposable {
private static readonly uint[] AllowedContentTypes = {
2,
3,
4,
5,
6,
16,
21,
26,
28,
2, // Dungeons
3, // Guildhests
4, // Trials
5, // Raids
6, // PvP
16, //
21, // Deep Dungeons
26, // Eureka
28, // Ultimate Raids
30, // V&C Dungeon Finder
};

Expand Down

0 comments on commit 0a6dd15

Please sign in to comment.