mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-08-01 02:16:04 -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;
|
|
}
|
|
|
|
|