generated from Jaysyn/ModuleTemplate
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
// hc_text_helper
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string SERVERLOCKED = "Server is locked.";
|
|
const string SERVERUNLOCKED = "Server is unlocked.";
|
|
|