Introduced Player Height offset

This commit is contained in:
brausjonas
2023-04-03 18:54:29 +02:00
parent 85023c6d80
commit 6e177eee81
19 changed files with 1954 additions and 13 deletions
@@ -0,0 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerHeightInfo : MonoBehaviour
{
public float heightOffset;
}