Skip to content

Instantly share code, notes, and snippets.

@YujiSoftware
YujiSoftware / FF7.java
Created June 13, 2011 15:55
FINAL FANTASY 7
package ff;
public class FF7 {
private static final Fantasy VII = new Cloud("興味ないね");
public static interface Fantasy {
}
public static class Sephiroth implements Fantasy {