mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Change tabs to two spaces.
This commit is contained in:
@@ -20,17 +20,17 @@ DECLARE_POINTER_TYPE(Card);
|
||||
/// A script to add one or more cards to a set
|
||||
class AddCardsScript : public IntrusivePtrBase<AddCardsScript> {
|
||||
public:
|
||||
String name;
|
||||
String description;
|
||||
Scriptable<bool> enabled;
|
||||
OptionalScript script;
|
||||
|
||||
/// Perform the script; return the cards (if any)
|
||||
void perform(Set& set, vector<CardP>& out);
|
||||
/// Perform the script; add cards to the set
|
||||
void perform(Set& set);
|
||||
|
||||
DECLARE_REFLECTION();
|
||||
String name;
|
||||
String description;
|
||||
Scriptable<bool> enabled;
|
||||
OptionalScript script;
|
||||
|
||||
/// Perform the script; return the cards (if any)
|
||||
void perform(Set& set, vector<CardP>& out);
|
||||
/// Perform the script; add cards to the set
|
||||
void perform(Set& set);
|
||||
|
||||
DECLARE_REFLECTION();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user