mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 19:19:55 +00:00
5 lines
40 B
Erlang
5 lines
40 B
Erlang
|
-record(tile, {
|
||
|
suit,
|
||
|
value
|
||
|
}).
|