(questEntityWeapon: QuestEntityWeapon)
| 111 | } |
| 112 | |
| 113 | public addQuestEntityWeapon(questEntityWeapon: QuestEntityWeapon): void{ |
| 114 | this.questEntityWeapons.push(questEntityWeapon); |
| 115 | } |
| 116 | |
| 117 | public beginAntiGravity(antiGravityDuration: number): boolean{ |
| 118 | if(this.antiGravity == false){ |
no outgoing calls
no test coverage detected