15 lines
219 B
Plaintext
15 lines
219 B
Plaintext
|
struct sSpellDefStatus {
|
||
|
int iTotal;
|
||
|
int iMantle;
|
||
|
int iElem;
|
||
|
int iDeath;
|
||
|
int iMind;
|
||
|
int iInvis;
|
||
|
int iBlocker;
|
||
|
};
|
||
|
|
||
|
struct sPhysDefStatus {
|
||
|
int iTotal;
|
||
|
int iDamred;
|
||
|
int iConceal;
|
||
|
};
|