package org.anddev.andengine.extension.multiplayer.protocol.util.constants;
/**
* @author Nicolas Gramlich
* @since 16:05:28 - 18.09.2009
*/
public interface ProtocolConstants {
// ===========================================================
// Final Fields
// ===========================================================
public static final int PROTOCOL_VERSION = 1;
// ===========================================================
// Methods
// ===========================================================
}
|