ShiftIcon should now track ability depending on what ability the player has and change icon accordingly.

This commit is contained in:
Tleety
2016-03-07 13:55:37 +01:00
parent 388fe7c259
commit 99d663d5a2
2 changed files with 41 additions and 8 deletions
@@ -12,6 +12,7 @@ public:
{ }
virtual void Update(double dt) override;
private:
};
#endif