mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
15 lines
279 B
Java
Executable File
15 lines
279 B
Java
Executable File
package script.player;
|
|
|
|
import script.obj_id;
|
|
|
|
public class testcenter_player extends script.base_script
|
|
{
|
|
public testcenter_player()
|
|
{
|
|
}
|
|
public int OnInitialize(obj_id self) throws InterruptedException
|
|
{
|
|
return SCRIPT_CONTINUE;
|
|
}
|
|
}
|