()
| 20 | public static final int MAX_BAG_CAPACITY = 100; // 背包容量 |
| 21 | |
| 22 | @Before |
| 23 | public final void testInit() throws Exception { |
| 24 | demo.App.getInstance().Stop(); |
| 25 | demo.App.getInstance().Start(); |
| 26 | // 设置下可堆叠个数 |
| 27 | App.Instance.BagModule.funcItemPileMax = itemId -> MAX_GRID_CAPACITY; |
| 28 | } |
| 29 | |
| 30 | @After |
| 31 | public final void testCleanup() throws Exception { |
nothing calls this directly
no test coverage detected