()
| 405 | } |
| 406 | |
| 407 | func (m *PlayerPack) GetPlayerID() string { |
| 408 | if m != nil { |
| 409 | return m.PlayerID |
| 410 | } |
| 411 | return "" |
| 412 | } |
| 413 | |
| 414 | func (m *PlayerPack) GetHp() int32 { |
| 415 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected