DIFF

class WrittenNoteDataSource

Constructors 1

void WrittenNoteData(ItemBase parent)
Referenced by Paper.Paper()

Members 3

protected ItemBase m_WritingImplement
protected ItemBase m_Paper
Referenced by GetNoteInfo(), and InitNoteInfo()
protected string m_SimpleText
Referenced by GetNoteText(), OnRPC(), and SetNoteText()

Methods 6

void InitNoteInfo(ItemBase pen = null, ItemBase paper = null)
References m_Paper, and m_WritingImplement
bool GetNoteInfo(out ItemBase pen, out ItemBase paper)
References m_Paper, and m_WritingImplement
Referenced by OnRPC()
void SetNoteText(string text)
Referenced by OnRPC()
void DepleteWritingImplement(notnull ItemBase pen, string old_text, string new_text)
Referenced by OnRPC()