wes-50 -> dev
This commit is contained in:
committed by
Tibe Habils
parent
33bdc1464a
commit
f5689090cd
9
Assets/Courses/Scripts/CourseList.cs
Normal file
9
Assets/Courses/Scripts/CourseList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName="New CourseList", menuName="CourseList")]
|
||||
public class CourseList : ScriptableObject
|
||||
{
|
||||
public Course[] courses;
|
||||
}
|
||||
Reference in New Issue
Block a user