Implement basic signs course

This commit is contained in:
Dries Van Schuylenbergh
2023-04-19 17:09:11 +02:00
parent db1a72fadd
commit 9422df7083
32 changed files with 1242 additions and 23 deletions

View File

@@ -20,6 +20,7 @@ public class Course : ScriptableObject
/// <summary>
/// A short description of the course
/// </summary>
[TextArea]
public string description;
/// <summary>