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