C# 클래스 PD2.GameSave.SaveFile

파일 보기 프로젝트 열기: seefo/PD2SE 1 사용 예제들

공개 메소드들

메소드 설명
Save ( ) : void
Save ( String filePath, bool encrypt = true ) : void
SaveFile ( String filePath, bool encrypted = true ) : System

메소드 상세

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( String filePath, bool encrypt = true ) : void
filePath String
encrypt bool
리턴 void

SaveFile() 공개 메소드

public SaveFile ( String filePath, bool encrypted = true ) : System
filePath String
encrypted bool
리턴 System