We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eab17 commit 4bf6f1aCopy full SHA for 4bf6f1a
README.md
@@ -1,2 +1,8 @@
1
# gatcha
2
Gatcha simulation with PHP
3
+
4
+example:
5
+<?php
6
+use Classes\Roulete as Roll;
7
+ echo Roll::spin(['common ITEM1' => 70,'Rare ITEM 2' => 29.4,'SSR ITEM' => 0.3,'SSR ITEM' => 0.3,]);
8
+ ?>
0 commit comments