10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
|
// This include file is used to define certain defaults
|
||
|
|
||
|
// This is used as the Campaign name for Bioware persistence,
|
||
|
// and for the table name if you use APS persistence
|
||
|
string sCampaignName = "pwdata";
|
||
|
|
||
|
// This is the time, in seconds, before inn doors auto-close
|
||
|
float DOOR_DELAY = 10.0;
|
||
|
|