Skip to content

Instantly share code, notes, and snippets.

@0xilly
Created September 20, 2014 01:56
Show Gist options
  • Save 0xilly/1d200b8343856e4ba00d to your computer and use it in GitHub Desktop.
Save 0xilly/1d200b8343856e4ba00d to your computer and use it in GitHub Desktop.
/**
* This class was created by Anthony Anderson(Lord Illyohs)
* It is distributed as part of CivilMagicks
* Source Code: https://github.com/LordIllyohs/CivilMagicks
*
* CivilMagicks is Open Source and distributed under a
* Attribution-NonCommercial-ShareAlike 3.0 Unported license.
* (http://creativecommons.org/licenses/by-nc-sa/3.0/)
*
*
* Class created on Sep 19, 2014 at 9:54:11 PM
*
*/
package us.illyohs.civilmagicks.api.mana;
public interface ICanCollectMana {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment