| 25 | { |
| 26 | template<int Cmd> |
| 27 | struct BWCommand |
| 28 | { |
| 29 | u8 commandType = Cmd; |
| 30 | }; |
| 31 | |
| 32 | // Attack Location command in bw, can target either location or target. |
| 33 | class Attack : private BWCommand<0x15> |
nothing calls this directly
no outgoing calls
no test coverage detected