1
0

Initial commit

This commit is contained in:
LupiNexMedia
2026-06-04 03:42:31 +02:00
commit 01eb521da8
2245 changed files with 413543 additions and 0 deletions
@@ -0,0 +1,10 @@
using UnityEngine;
public class SafezoneData : MonoBehaviour
{
public Vector3 moveDir;
public float stopX;
public float waitTime;
public bool playerOn = false;
public bool playerHasBeenOn;
}