All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.futuresight.util.mystique.Spell Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
/*
 * Copyright (c) Balajee TM 2016.
 * All rights reserved.
 * License -  @see 
 */

/*
 * Created on 25 Aug, 2016 by balajeetm
 */
package com.futuresight.util.mystique;

import com.google.gson.JsonElement;

/**
 * The Interface Spell.
 *
 * @author balajeetm
 */
public interface Spell {

	/**
	 * Cast.
	 *
	 * @param mystique the mystique
	 * @return the json element
	 */
	JsonElement cast(MystTurn mystique);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy