mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Used namespacer tool
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
namespace PocketMine\Utils;
|
||||
use PocketMine;
|
||||
use PocketMine\Utils\Utils as Utils;
|
||||
|
||||
//Unsecure, not used for "Real Randomness"
|
||||
class Random{
|
||||
|
@@ -21,6 +21,7 @@
|
||||
|
||||
namespace PocketMine\Utils;
|
||||
use PocketMine;
|
||||
use PocketMine\BlockAPI as BlockAPI;
|
||||
|
||||
class Utils{
|
||||
const BIG_ENDIAN = 0x00;
|
||||
|
Reference in New Issue
Block a user