Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SadConsoleEditor
FileLoaders
GameObject
C# Class SadConsoleEditor.FileLoaders.GameObject
Inheritance:
IFileLoader
Show file
Open project: Thraka/SadConsoleEditor
Public Methods
Method
Description
Load
(
string
file
) :
object
Save
(
object
surface
,
string
file
) :
void
Method Details
Load()
public
method
public
Load
(
string
file
) :
object
file
string
return
object
Save()
public
method
public
Save
(
object
surface
,
string
file
) :
void
surface
object
file
string
return
void