Logo
Public Member Functions | Static Public Attributes | List of all members
Yukar.Common.Rom.RomItem.DummyChunk Class Reference

Dummy used instead of the old chunk when you want to define a new chunk of saved data. More...

Inheritance diagram for Yukar.Common.Rom.RomItem.DummyChunk:
Yukar.Common.Rom.IChunk

Public Member Functions

void save (BinaryWriter writer)
 
void load (BinaryReader reader)
 
void save (BinaryWriter writer)
 
void load (BinaryReader reader)
 

Static Public Attributes

static readonly DummyChunk Instance = new DummyChunk()
 

Detailed Description

Dummy used instead of the old chunk when you want to define a new chunk of saved data.

Member Function Documentation

◆ load()

void Yukar.Common.Rom.RomItem.DummyChunk.load ( BinaryReader  reader)

◆ save()

void Yukar.Common.Rom.RomItem.DummyChunk.save ( BinaryWriter  writer)

Member Data Documentation

◆ Instance

readonly DummyChunk Yukar.Common.Rom.RomItem.DummyChunk.Instance = new DummyChunk()
static