Skip to content

Commit

Permalink
Aight, brain dead simple day function
Browse files Browse the repository at this point in the history
...

By not having one at all
  • Loading branch information
Iteranya committed Nov 7, 2024
1 parent 61f48d6 commit 7e8dbda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

import java.util.*;



// I should really refactor this before I regret everything...
public class VisualNovelEngine {
public boolean shutdown = false;
private List<Map<String, Object>> gameData;
Expand Down

0 comments on commit 7e8dbda

Please sign in to comment.