Elin Modding Docs Doc
|
Public Member Functions | |
void | Add (Card c) |
void | Remove (Card c) |
bool | Contains (Card c) |
virtual void | ModNum (int a) |
void | OnChangeNum (int a) |
Public Attributes | |
int | num |
Definition at line 5 of file PropSet.cs.
void PropSet.Add | ( | Card | c | ) |
Definition at line 8 of file PropSet.cs.
bool PropSet.Contains | ( | Card | c | ) |
Definition at line 22 of file PropSet.cs.
|
virtual |
Definition at line 28 of file PropSet.cs.
void PropSet.OnChangeNum | ( | int | a | ) |
Definition at line 34 of file PropSet.cs.
void PropSet.Remove | ( | Card | c | ) |
Definition at line 15 of file PropSet.cs.
int PropSet.num |
Definition at line 40 of file PropSet.cs.