DevSystem
Inherits: System
Functions
devGraduate
Fast forward player out of tutorial, minting tokens to the player
ONLY USED FOR TESTING.
function devGraduate(address _address) public;
Parameters
Name | Type | Description |
---|---|---|
_address | address | Address of the player |
devFillTank
Fill tank with material
ONLY USED FOR TESTING.
function devFillTank(bytes32 _tankEntity, uint256 _amount, MaterialId _materialId) public;
Parameters
Name | Type | Description |
---|---|---|
_tankEntity | bytes32 | Id of tank entity |
_amount | uint256 | Amount of material in whole units |
_materialId | MaterialId | Material id of the material |
devReward
Mint 1000 BUG tokens to the address
ONLY USED FOR TESTING.
function devReward(address _address) public;
Parameters
Name | Type | Description |
---|---|---|
_address | address | Address to mint to |