Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WorldEditor
TableSerializer
C# Class WorldEditor.TableSerializer
显示文件
Open project: rotators/tools
Class Usage Examples
Public Methods
Method
Description
Exists
(
string
name
) :
bool
Load
(
string
name
) :
byte[]
Save
(
string
name
,
byte
bytes
) :
void
Method Details
Exists()
public
static
method
public
static
Exists
(
string
name
) :
bool
name
string
return
bool
Load()
public
static
method
public
static
Load
(
string
name
) :
byte[]
name
string
return
byte[]
Save()
public
static
method
public
static
Save
(
string
name
,
byte
bytes
) :
void
name
string
bytes
byte
return
void