From cf72b65769809ac77331414aee299112b9bf4b37 Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 2 Sep 2018 11:56:23 -0400 Subject: WE FIXED THE STORYLINE!!! --- PortEngine/GeneralAPI.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PortEngine/GeneralAPI.cs') 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; -- cgit v1.2.3