Initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user