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

/**
 * Action types for Server to Client packet
 * @author seojin
 *
 */
public enum SCActionType {
	OthersJoinConversation, OthersExitConversation, Invitation, participantList, screenNameChange, sendMessage
}