10 lines
202 B
C#
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;
|
|
}
|