Files
unity-application/Assets/Courses/Scripts/CourseIndex.cs
Jerome Coudron f5689090cd wes-50 -> dev
2023-03-05 15:52:00 +00:00

10 lines
202 B
C#

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;
}