Physics
This commit is contained in:
@@ -2,7 +2,13 @@ package mindustry.async;
|
||||
|
||||
public interface AsyncProcess{
|
||||
|
||||
/** Synchronous. Called at the beginning of the main loop. */
|
||||
/** Sync. Called when the world loads. */
|
||||
void init();
|
||||
|
||||
/** Sync. Called when the world resets. */
|
||||
void reset();
|
||||
|
||||
/** Sync. Called at the beginning of the main loop. */
|
||||
void begin();
|
||||
|
||||
/** Async. Called in a separate thread. */
|
||||
|
||||
Reference in New Issue
Block a user