(antiGravityDuration: number)
| 115 | } |
| 116 | |
| 117 | public beginAntiGravity(antiGravityDuration: number): boolean{ |
| 118 | if(this.antiGravity == false){ |
| 119 | this.antiGravity = true; |
| 120 | this.antiGravityDuration = antiGravityDuration; |
| 121 | return true; |
| 122 | } |
| 123 | |
| 124 | return false; |
| 125 | } |
| 126 | |
| 127 | public beginBerserk(berserkDuration: number): boolean{ |
| 128 | if(this.berserk == false){ |
no outgoing calls
no test coverage detected