(SubgameEntity ent, GameExportsImpl gameExports)
| 45 | } |
| 46 | |
| 47 | public boolean think(SubgameEntity ent, GameExportsImpl gameExports) { |
| 48 | GameItems.SP_item_health(ent, gameExports); |
| 49 | return true; |
| 50 | } |
| 51 | }; |
| 52 | |
| 53 | private static EntThinkAdapter SP_item_health_small = new EntThinkAdapter() { |
nothing calls this directly
no test coverage detected