Skip to content

Commit c896a1f

Browse files
2 file edited
1 parent 7749c16 commit c896a1f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

core/Probability-Manager.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/******
2+
Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
3+
******/
14
class ProbabilityManager {
25
constructor() {
36
this.instances = {};

core/Probability-Manager.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/******
2+
Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
3+
******/
14
declare module "https://raw.githubusercontent.com/Croc-Prog-github/Probability-Manager.js/main/core/Probability-Manager.js" {
25
type ProbabilityType = number | 'auto_DirectProp' | 'auto_InversProp';
36

0 commit comments

Comments
 (0)