mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
include library.create;
|
|
include library.utils;
|
|
include library.locations;
|
|
include library.factions;
|
|
|
|
|
|
|
|
trigger OnInitialize()
|
|
{
|
|
return SCRIPT_CONTINUE;
|
|
}
|
|
|
|
|