game(scripts): refmt door and player

This commit is contained in:
Mark Joshwel 2024-08-10 13:14:03 +08:00
parent db13087900
commit 5d4583caca
2 changed files with 9 additions and 9 deletions

View file

@ -32,17 +32,17 @@ public enum DoorType
/// TODO
/// </summary>
public float duration;
/// <summary>
/// TODO
/// </summary>
public AnimationCurve curve;
/// <summary>
/// TODO
/// </summary>
private bool _isOpen;
/// <summary>
/// TODO
/// </summary>

View file

@ -15,32 +15,32 @@ public class Player : MonoBehaviour
/// TODO
/// </summary>
[SerializeField] private Transform playerPosition;
/// <summary>
/// TODO
/// </summary>
[SerializeField] private float seeDistance;
/// <summary>
/// TODO
/// </summary>
public LayerMask raycastLayers;
/// <summary>
/// TODO
/// </summary>
private bool _active;
/// <summary>
/// TODO
/// </summary>
private CommonInteractable _currentInteractable;
/// <summary>
/// TODO
/// </summary>
private bool _raycast;
/// <summary>
/// TODO
/// </summary>