Skip to content

Commit

Permalink
2 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github authored Jun 18, 2024
1 parent 7749c16 commit c896a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/Probability-Manager.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/******
Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
******/
class ProbabilityManager {
constructor() {
this.instances = {};
Expand Down
3 changes: 3 additions & 0 deletions core/Probability-Manager.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/******
Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
******/
declare module "https://raw.githubusercontent.com/Croc-Prog-github/Probability-Manager.js/main/core/Probability-Manager.js" {
type ProbabilityType = number | 'auto_DirectProp' | 'auto_InversProp';

Expand Down

0 comments on commit c896a1f

Please sign in to comment.