mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01:15:55 -04:00
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
/***** INCLUDES ********************************************************/
|
|
include library.sui;
|
|
include library.utils;
|
|
include library.prose;
|
|
include library.money;
|
|
include library.gambling;
|
|
|
|
/***** INHERITS ********************************************************/
|
|
inherits gambling.base.card;
|