Exemplo 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;
 }
Exemplo n.º 2
0
 void SelectedReplyEntry(AuroraDLG.AReply.AEntries replyEntry)
 {
     curEditingLink = replyEntry;
 }
Exemplo n.º 3
0
 public ReplyToEntry()
 {
     r2e = new AuroraDLG.AReply.AEntries();
 }