wes-50 -> dev
This commit is contained in:
committed by
Tibe Habils
parent
33bdc1464a
commit
f5689090cd
9
Assets/Courses/Scripts/CourseIndex.cs
Normal file
9
Assets/Courses/Scripts/CourseIndex.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public static class CourseIndex
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
public static int index = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user