1 package net.sourceforge.simplegamenet.connectaline; 2 3 interface CALPlayStyleInterface { 4 5 int GRAVITY = 0; 6 int ANY_EMPTY_SPOT = 1; 7 8 }