8 lines
170 B
C#
8 lines
170 B
C#
|
using UnityEngine;
|
||
|
|
||
|
public class TraversalProperties : MonoBehaviour
|
||
|
{
|
||
|
[SerializeField] public bool canGrappleOnto;
|
||
|
|
||
|
[SerializeField] public bool lethalToEnter;
|
||
|
}
|