From 6659427197a6036ff44ecf7e87e9e1b65d97d416 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Wed, 3 Dec 2014 19:55:31 +0800 Subject: Added new input method --- engine/Action.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engine/Action.java') diff --git a/engine/Action.java b/engine/Action.java index 897cc2a..dcec1a2 100644 --- a/engine/Action.java +++ b/engine/Action.java @@ -7,4 +7,12 @@ public class Action { // TODO Generic action // Requirement: printable,parseable,coverage // Coverage: System,player + public enum Type {System,Player}; + public enum Act {Info,CardDraw,CardPut,Aside}; + + Type type; + + public Type getType() { + return type; + } } -- cgit v1.2.3-70-g09d2