UpgradeableGameRPS
Inherits: UUPSUpgradeable, OwnableUpgradeable, GameRPS
Functions
initialize
function initialize() public initializer;
_authorizeUpgrade
function _authorizeUpgrade(address newImplementation) internal override onlyOwner;
Inherits: UUPSUpgradeable, OwnableUpgradeable, GameRPS
function initialize() public initializer;
function _authorizeUpgrade(address newImplementation) internal override onlyOwner;