1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-29 16:47:56 +00:00

Move ComputerThread to its own package

This is entirely broken - we rely a lot on package locals right now -
but makes the next commit a little cleaner.
This commit is contained in:
Jonathan Coates
2023-10-18 22:28:25 +01:00
parent e67c94d1bd
commit 2228733abc
6 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MPL-2.0
package dan200.computercraft.core.computer;
package dan200.computercraft.core.computer.computerthread;
import cc.tweaked.web.js.Callbacks;
import org.teavm.jso.browser.TimerHandler;