diff options
Diffstat (limited to 'PortEngine/GeneralAPI.cs')
| -rw-r--r-- | PortEngine/GeneralAPI.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PortEngine/GeneralAPI.cs b/PortEngine/GeneralAPI.cs index 6ba9769..174b8d6 100644 --- a/PortEngine/GeneralAPI.cs +++ b/PortEngine/GeneralAPI.cs @@ -29,6 +29,14 @@ namespace PortEngine public class GeneralAPI { + public static float ChatterStorylineState = Properties.Settings.Default.chatterStorylineStatus; + public static float HijackStorylineState = Properties.Settings.Default.hijackStorylineStatus; + public static int PlayerBalance = Properties.Settings.Default.userBalance; + public static string PlayerName = Properties.Settings.Default.userDisplayName; + public static int PlayerSecurityLevel = Properties.Settings.Default.userSecurityLevel; + public static float PlayerPowerLevel = Properties.Settings.Default.userPowerLevel; + + public static void appendUsername(Label txtUserDestination) { txtUserDestination.Text = Properties.Settings.Default.userDisplayName; |
