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 4bf6f1a commit a902d37Copy full SHA for a902d37
README.md
@@ -2,7 +2,9 @@
2
Gatcha simulation with PHP
3
4
example:
5
-<?php
+
6
7
use Classes\Roulete as Roll;
8
9
echo Roll::spin(['common ITEM1' => 70,'Rare ITEM 2' => 29.4,'SSR ITEM' => 0.3,'SSR ITEM' => 0.3,]);
- ?>
10
0 commit comments