August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
parent
93a1af2eff
commit
ae72fce5dd
76 changed files with 1071 additions and 210 deletions
|
@ -47,7 +47,7 @@ class SuperClass {
|
|||
bool Enable(bool onetime = false, bool player=false, bool quiet=false);
|
||||
void Forced_Charge(bool player=false);
|
||||
bool AI(bool player=false);
|
||||
bool Remove(void);
|
||||
bool Remove(bool forced=false);
|
||||
void Impatient_Click(void) const;
|
||||
int Anim_Stage(void) const;
|
||||
bool Discharged(bool player);
|
||||
|
|
Reference in a new issue