C# Class TShockAPI.Net.NetTile

Inheritance: IPackable
ファイルを表示 Open project: NyxStudios/TShock Class Usage Examples

Public Methods

Method Description
NetTile ( ) : System
NetTile ( Stream stream ) : System
Pack ( Stream stream ) : void
Unpack ( Stream stream ) : void

Method Details

NetTile() public method

public NetTile ( ) : System
return System

NetTile() public method

public NetTile ( Stream stream ) : System
stream Stream
return System

Pack() public method

public Pack ( Stream stream ) : void
stream Stream
return void

Unpack() public method

public Unpack ( Stream stream ) : void
stream Stream
return void