Skip to content

Commit

Permalink
Dump API
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <[email protected]>
  • Loading branch information
ForteScarlet committed Nov 20, 2024
1 parent c8fd47c commit e85d61f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public abstract interface annotation class love/forte/simbot/annotations/Experim
public abstract interface annotation class love/forte/simbot/annotations/FragileSimbotAPI : java/lang/annotation/Annotation {
}

public abstract interface annotation class love/forte/simbot/annotations/InternalInheritanceAPI : java/lang/annotation/Annotation {
}

public abstract interface annotation class love/forte/simbot/annotations/InternalSimbotAPI : java/lang/annotation/Annotation {
}

2 changes: 1 addition & 1 deletion website

0 comments on commit e85d61f

Please sign in to comment.