![]() |
|
公開型 | |
enum | Type { MESSAGE , DIALOGUE , TELOP , CAPTION } |
公開メンバ関数 | |
void | load (Catalog catalog, BinaryReader reader) |
void | save (BinaryWriter writer) |
void | save (BinaryWriter writer) |
void | load (Catalog catalog, BinaryReader reader) |
公開変数類 | |
Type | type = Type.MESSAGE |
string | text = "" |
void Yukar.Common.GameData.BackLog.load | ( | Catalog | catalog, |
BinaryReader | reader | ||
) |
Yukar.Common.GameData.IGameDataItemを実装しています。
void Yukar.Common.GameData.BackLog.save | ( | BinaryWriter | writer | ) |
Yukar.Common.GameData.IGameDataItemを実装しています。
string Yukar.Common.GameData.BackLog.text = "" |
Type Yukar.Common.GameData.BackLog.type = Type.MESSAGE |