C# Class RDA.Program

Mostra file Open project: Miraak7000/AssetViewer

Public Properties

Property Type Description
ConsoleLock object

Public Methods

Method Description
ConsoleWriteGUID ( string str ) : void
ConsoleWriteHeadline ( string str ) : void
Main ( Array _ ) : void
SaveIndent ( XDocument doc, string path ) : void

Private Methods

Method Description
Expeditions ( ) : void
ProcessingBuffs ( ) : void
ProcessingBuildings ( ) : void
ProcessingExpeditionEvents ( ) : void
ProcessingFestivalBuffs ( ) : void
ProcessingItemSets ( ) : void
ProcessingItems ( string template, bool findSources = true, Action manipulate = null ) : void
ProcessingRewardPools ( ) : void
ProcessingThirdParty ( ) : void
Program ( ) : System
QuestGiver ( ) : void
Quests ( ) : void
SaveDescriptions ( bool resetOld = false ) : void

Method Details

ConsoleWriteGUID() public static method

public static ConsoleWriteGUID ( string str ) : void
str string
return void

ConsoleWriteHeadline() public static method

public static ConsoleWriteHeadline ( string str ) : void
str string
return void

Main() public static method

public static Main ( Array _ ) : void
_ Array
return void

SaveIndent() public static method

public static SaveIndent ( XDocument doc, string path ) : void
doc XDocument
path string
return void

Property Details

ConsoleLock public_oe static_oe property

public static object ConsoleLock
return object