mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
More Java optimizations and code review for library and spawning systems.
This commit is contained in:
Regular → Executable
+3
-7
@@ -1,12 +1,8 @@
|
||||
package script.systems.spawning;
|
||||
|
||||
import script.*;
|
||||
import script.base_class.*;
|
||||
import script.combat_engine.*;
|
||||
import java.util.Arrays;
|
||||
import java.util.Hashtable;
|
||||
import java.util.Vector;
|
||||
import script.base_script;
|
||||
import script.dictionary;
|
||||
import script.location;
|
||||
import script.obj_id;
|
||||
|
||||
public class spawn_tangible extends script.base_script
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user