Esempio n. 1
0
 void ToChooseReply(AuroraDLG.AReply.AEntries replyEntry)
 {
     Debug.Log("Navigating from reply");
     curEntry = GetEntry((int)replyEntry.Index);
     curReply = null;
     mode     = DialogState.CHOOSING_REPLY;
 }
Esempio n. 2
0
 void SelectedReplyEntry(AuroraDLG.AReply.AEntries replyEntry)
 {
     curEditingLink = replyEntry;
 }
Esempio n. 3
0
 public ReplyToEntry()
 {
     r2e = new AuroraDLG.AReply.AEntries();
 }