Project

General

Profile

« Previous | Next » 

Revision 23afe4c4

Added by Leszek Koltunski over 2 years ago

Move the Movement to its own package; abstract out some stuff.

View differences:

src/main/java/org/distorted/objectlib/json/JsonReader.java
25 25
import java.io.InputStreamReader;
26 26
import java.nio.charset.StandardCharsets;
27 27

  
28
import org.distorted.objectlib.main.Movement;
28
import org.distorted.objectlib.movement.Movement;
29 29
import org.json.JSONArray;
30 30
import org.json.JSONException;
31 31
import org.json.JSONObject;

Also available in: Unified diff