()
| 226 | } |
| 227 | |
| 228 | func (m *MainPack) GetStr() string { |
| 229 | if m != nil { |
| 230 | return m.Str |
| 231 | } |
| 232 | return "" |
| 233 | } |
| 234 | |
| 235 | func (m *MainPack) GetRoompack() []*RoomPack { |
| 236 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected