package com.mediamonks.googleflip.data.constants; /** * Used multiplayer communication protocol; currently only Bluetooth is supported */ public enum MultiplayerProtocol { BLUETOOTH, WIFIP2P; }