Finishddd

This commit is contained in:
SpecialX
2025-06-24 19:05:13 +08:00
parent 0ee411bf50
commit f9ff57ff72
15 changed files with 385 additions and 1173 deletions

View File

@@ -70,8 +70,10 @@ namespace Entities.Contracts
public enum AssignmentStructType : byte
{
Question,
Composite,
Struct,
SubQuestion
SubQuestion,
Option
}
}