mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 21:07:09 +01:00
kp
This commit is contained in:
8
Assets/Scripts/Identity.cs
Normal file
8
Assets/Scripts/Identity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Identity : MonoBehaviour
|
||||
{
|
||||
public int index;
|
||||
}
|
||||
Reference in New Issue
Block a user