This commit is contained in:
julius
2022-02-15 10:32:41 +01:00
parent 27b7415f2e
commit da69229fe8
9 changed files with 1187 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Identity : MonoBehaviour
{
public int index;
}