View Single Post
Old 2014-06-19, 02:13   Link #7525
bhl88
Otaku Apprentice
 
 
Join Date: Jun 2008
Location: The Unseen Horizon
Send a message via MSN to bhl88 Send a message via Yahoo to bhl88
In a Weiss Schwarz sample Java match

Are the ones that you need

public abstract class Card {
String cardName;
String cardType;
String color;
String level;
int cost;
String series;
String cardID;
String effect1;
String effect2;
String effect3;
String effect4;

} then make it abstract and instantiate/override/polymorph

then power and soul (for characters)

And classes for steps and timings?

(will not include images and such)
__________________
OS-tan Collections (temporary): https://discord.gg/Hv2rBs3

Last edited by bhl88; 2014-06-19 at 23:11.
bhl88 is offline   Reply With Quote