()
| 419 | } |
| 420 | |
| 421 | func (m *PlayerPack) GetPosPack() *PosPack { |
| 422 | if m != nil { |
| 423 | return m.PosPack |
| 424 | } |
| 425 | return nil |
| 426 | } |
| 427 | |
| 428 | func (m *PlayerPack) GetPlayerJob() int32 { |
| 429 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected