Deletion log

Jump to navigation Jump to search

Below is a list of the most recent deletions.

Logs
  • 16:30, 17 August 2026 Joshcamas talk contribs deleted page Debug Tools (content was: "=== F1 Debugger === The main debug tool available is the F1 debugger. TODO", and the only contributor was "Joshcamas" (talk))
  • 21:48, 23 May 2026 Joshcamas talk contribs deleted page Creating a Dialog (content was: "=== Dialog Graph Builder === The Dialog Graph Builder is a way to build dialog with C#. TODO Example:<syntaxhighlight lang="c#"> var b= new DialogGraphBuilder(graph); var greet = b.Greeting("Hello!"); var speak = b.Speak("How can I help?"); var mc = b.MultipleChoice(); var c0 = mc.AddChoice("Tell me more"); var c1 = mc.AddChoice("Goodbye"); b.Connect(greet, speak); b.C...", and the only contributor was "Joshcamas" (talk))