()
| 426 | } |
| 427 | |
| 428 | func (m *PlayerPack) GetPlayerJob() int32 { |
| 429 | if m != nil { |
| 430 | return m.PlayerJob |
| 431 | } |
| 432 | return 0 |
| 433 | } |
| 434 | |
| 435 | func (m *PlayerPack) GetPlayerAppearance() string { |
| 436 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected