2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Implement CWallCrawlerSwarm

This commit is contained in:
Jack Andersen
2019-03-23 22:06:59 -10:00
parent 99b1a8ef49
commit a63a61fef8
19 changed files with 1443 additions and 170 deletions

View File

@@ -83,6 +83,7 @@ class CAnimData {
friend class CActor;
friend class CPlayerGun;
friend class CGrappleArm;
friend class CWallCrawlerSwarm;
public:
enum class EAnimDir { Forward, Backward };