aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base')
-rwxr-xr-xmobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base b/mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base
new file mode 100755
index 0000000..f0d75e5
--- /dev/null
+++ b/mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base
@@ -0,0 +1,10 @@
+package packet;
+
+/**
+ * Action types for Client to Server packet
+ * @author seojin
+ *
+ */
+public enum CSActionType {
+ OpenConversation, ExitConversation, sendMessage, InviteUser, acceptInvitation, rejectInvitation
+}