#Trap
This commit is contained in:
AliIbnAbiTalib
2023-04-06 22:49:27 +02:00
parent 8c81a72bb8
commit 6954dc5c88
7 changed files with 83 additions and 45 deletions
+9
View File
@@ -0,0 +1,9 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Trap : MonoBehaviour
{
public Player target;
}