LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/FootprintsManager.cs

13 lines
129 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
using UnityEngine;
public class FootprintsManager : MonoBehaviour
{
private void Start()
{
}
private void Update()
{
}
}