Declaration
func CreateWallet(owner entity<Player>, target entity<Entity>, out var createdEntity entity<Wallet>)
go
Create a wallet for the target player. Ineffective if the player already has a wallet.
func CreateWallet(owner entity<Player>, target entity<Entity>, out var createdEntity entity<Wallet>)
go