aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/src/smoots/udesign/packet/.svn/text-base/CSActionType.java.svn-base
blob: f0d75e5758c0b7c16c6521dc9c522da303e9db45 (plain)
1
2
3
4
5
6
7
8
9
10
package packet;

/**
 * Action types for Client to Server packet
 * @author seojin
 *
 */
public enum CSActionType {
	OpenConversation, ExitConversation, sendMessage, InviteUser, acceptInvitation, rejectInvitation
}