C# 클래스 RDA.Program

파일 보기 프로젝트 열기: Miraak7000/AssetViewer

공개 프로퍼티들

프로퍼티 타입 설명
ConsoleLock object

공개 메소드들

메소드 설명
ConsoleWriteGUID ( string str ) : void
ConsoleWriteHeadline ( string str ) : void
Main ( Array _ ) : void
SaveIndent ( XDocument doc, string path ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ConsoleWriteGUID() 공개 정적인 메소드

public static ConsoleWriteGUID ( string str ) : void
str string
리턴 void

ConsoleWriteHeadline() 공개 정적인 메소드

public static ConsoleWriteHeadline ( string str ) : void
str string
리턴 void

Main() 공개 정적인 메소드

public static Main ( Array _ ) : void
_ Array
리턴 void

SaveIndent() 공개 정적인 메소드

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

프로퍼티 상세

ConsoleLock 공개적으로 정적으로 프로퍼티

public static object ConsoleLock
리턴 object