Files
example-top-down-unity/Assets/Scripts/Identity.cs
julius da69229fe8 kp
2022-02-15 10:32:41 +01:00

9 lines
144 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Identity : MonoBehaviour
{
public int index;
}