EddiEvents.UndockedEvent.UndockedEvent C# (CSharp) Method

UndockedEvent() static private method

static private UndockedEvent ( ) : Newtonsoft.Json
return Newtonsoft.Json
        static UndockedEvent()
        {
            VARIABLES.Add("station", "The station from which the commander has undocked");
        }

Same methods

UndockedEvent::UndockedEvent ( System.DateTime timestamp, string station ) : Newtonsoft.Json
UndockedEvent