Currency
NAME
EERPG::Currency - EERPG Currency role / object
SYNOPSIS
use EERPG::Currency;
my $credit = Currency.new( name => 'credit' );
DESCRIPTION
The Currency
role / class describes a currency to be used to express
Prices in. It has a Name.
AUTHOR
Elizabeth Mattijsen <[email protected]>
EERPG is an implementation of the "Emergent Economies for Role Playing Games" white paper by Jonathan Doran and Ian Parberry.
Source can be located at: https://github.com/lizmat/EERPG . Comments and Pull Requests are welcome.
COPYRIGHT AND LICENSE
Copyright 2018, 2021 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.