DevSystem

Git Source

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

NameTypeDescription
_addressaddressAddress of the player

devFillTank

Fill tank with material

ONLY USED FOR TESTING.

function devFillTank(bytes32 _tankEntity, uint256 _amount, MaterialId _materialId) public;

Parameters

NameTypeDescription
_tankEntitybytes32Id of tank entity
_amountuint256Amount of material in whole units
_materialIdMaterialIdMaterial id of the material

devReward

Mint 1000 BUG tokens to the address

ONLY USED FOR TESTING.

function devReward(address _address) public;

Parameters

NameTypeDescription
_addressaddressAddress to mint to