diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-09-02 11:56:23 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-09-02 11:56:23 -0400 |
| commit | cf72b65769809ac77331414aee299112b9bf4b37 (patch) | |
| tree | 9fb9fdfe01967db9c95b87cb96b7294b43ff455d /PortEngine/GeneralAPI.cs | |
| parent | 52376ce623346e257c2b7845d0d2414e7653a6dd (diff) | |
| download | Project-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.tar.gz Project-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.tar.bz2 Project-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.zip | |
WE FIXED THE STORYLINE!!!
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; |
