C# 클래스 Terraria.Plugins.CoderCow.Protector.WorldMetadata

상속: IMetadataFile
파일 보기 프로젝트 열기: CoderCow/Protector-Plugin 1 사용 예제들

공개 메소드들

메소드 설명
CountUserProtections ( int userId ) : int
Read ( string filePath ) : WorldMetadata
WorldMetadata ( ) : System
Write ( string filePath ) : void

메소드 상세

CountUserProtections() 공개 메소드

public CountUserProtections ( int userId ) : int
userId int
리턴 int

Read() 공개 정적인 메소드

public static Read ( string filePath ) : WorldMetadata
filePath string
리턴 WorldMetadata

WorldMetadata() 공개 메소드

public WorldMetadata ( ) : System
리턴 System

Write() 공개 메소드

public Write ( string filePath ) : void
filePath string
리턴 void