9 lines
262 B
Plaintext
9 lines
262 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
|
|
|
|
string SERVERLOCKED = "Server is Locked.";
|
|
string SERVERUNLOCKED = "Server is Unlocked.";
|
|
|