Skip to content

Commit

Permalink
fix: expose tracker as temporary API
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 authored May 13, 2023
1 parent 4a9892a commit 48d7a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ declare module "obsidian" {

export default class InitiativeTracker extends Plugin {
public data: InitiativeTrackerData;
public tracker = tracker;
playerCreatures: Map<string, Creature> = new Map();
watchers: Map<TFile, HomebrewCreature> = new Map();
getRoller(str: string) {
Expand Down

0 comments on commit 48d7a1c

Please sign in to comment.