Skip to content

Instantly share code, notes, and snippets.

View TwinFuture's full-sized avatar

oOo--STAR--oOo TwinFuture

  • England, Manchester
View GitHub Profile
{"slots":{"0":{"name":"slot1","type":{"events":[],"methods":[]}},"1":{"name":"slot2","type":{"events":[],"methods":[]}},"2":{"name":"slot3","type":{"events":[],"methods":[]}},"3":{"name":"slot4","type":{"events":[],"methods":[]}},"4":{"name":"slot5","type":{"events":[],"methods":[]}},"5":{"name":"slot6","type":{"events":[],"methods":[]}},"6":{"name":"slot7","type":{"events":[],"methods":[]}},"7":{"name":"slot8","type":{"events":[],"methods":[]}},"8":{"name":"slot9","type":{"events":[],"methods":[]}},"9":{"name":"slot10","type":{"events":[],"methods":[]}},"-1":{"name":"unit","type":{"events":[],"methods":[]}},"-2":{"name":"system","type":{"events":[],"methods":[]}},"-3":{"name":"library","type":{"events":[],"methods":[]}}},"handlers":[{"code":"-- Hide programming board from UI\nunit.hide()\n-- Unload default Modules & Libraries from global.lua\nfunction unrequire(m)\n package.loaded[m] = nil\n _G[m] = nil\nend\nunrequire'json'\nunrequire'Navigator'\nunrequire'Helpers'\nunrequire'AxisCommand'\nunrequire'd
using System;
namespace LKWD.WebService.Environment
{
// Token: 0x0200015E RID: 350
public class Environment
{
// Token: 0x1700011C RID: 284
// (get) Token: 0x06000A2C RID: 2604 RVA: 0x0001C67D File Offset: 0x0001A87D
public eEnvironmentType EnvironmentType
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Sockets;
using System.Runtime.Serialization.Formatters.Binary;
using System.Security.Cryptography;
using System.Text;
using BestHTTP;
using JsonFx.Json;
using LKWD.Telemetry;
using System;
using System.Security.Cryptography;
using System.Text;
using LKWD.WebService.Debug;
namespace LKWD.WebService
{
// Token: 0x02000167 RID: 359
public static class SessionToken
{