Skip to content

Commit e26dd9e

Browse files
committed
feat: conversations
1 parent 63d04d7 commit e26dd9e

30 files changed

+2643
-655
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using System.Collections.Generic;
2+
using System.Linq;
3+
using Aarthificial.Typewriter.Common;
4+
using Aarthificial.Typewriter.Editor.Common;
5+
using Aarthificial.Typewriter.Editor.Descriptors;
6+
using Aarthificial.Typewriter.Entries;
7+
using Typewriter;
8+
using UnityEditor;
9+
using UnityEditor.Localization;
10+
using UnityEngine.Localization;
11+
12+
namespace Editor.Typewriter
13+
{
14+
[CustomEntryDescriptor(typeof(ChoiceEntry))]
15+
public class ChoiceEntryDescriptor : RuleEntryDescriptor
16+
{
17+
public override string Name => "Choice";
18+
}
19+
}

Assets/Editor/Typewriter/ChoiceEntryDescriptor.cs.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)