1 /* 2 @See License.txt@ 3 */ 4 5 package spellcast.game; 6 7 8 /*** 9 * Contains the property names of property change events. 10 * 11 * @author Barrie Treloar 12 */ 13 public interface GameProperty 14 { 15 } 16