2025-06-03 11:48:18 +02:00

15 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace skyscraper8.Ses
{
internal enum SgtError
{
InvalidTableId,
NoSectionSyntax
}
}