Thoscellen 39783cd91e init
2020-05-16 17:45:13 +02:00

7 lines
80 B
C#

using System;
[Flags]
public enum AfterSyllable : int {
AsIs,
AutoInsert
}