C# 클래스 LSLib.LS.Story.StoryWriter

파일 보기 프로젝트 열기: Norbyte/lslib

공개 메소드들

메소드 설명
StoryWriter ( ) : System
Write ( Stream stream, Story story ) : void

비공개 메소드들

메소드 설명
WriteAdapters ( Adapter>.Dictionary adapters ) : void
WriteDatabases ( Database>.Dictionary databases ) : void
WriteGoals ( Goal>.Dictionary goals ) : void
WriteNodes ( Node>.Dictionary nodes ) : void
WriteTypes ( OsirisType>.Dictionary types ) : void

메소드 상세

StoryWriter() 공개 메소드

public StoryWriter ( ) : System
리턴 System

Write() 공개 메소드

public Write ( Stream stream, Story story ) : void
stream Stream
story Story
리턴 void