blob: 897cc2a3b99ba0b05fbac832e5647c2022ea0228 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package mahjong.engine;
/**
* Created by joe on 12/3/14.
*/
public class Action {
// TODO Generic action
// Requirement: printable,parseable,coverage
// Coverage: System,player
}
|