Files
HeadlessHazard/Assets/Code/Scripts/Player/PlayerAnimation.cs
timote koenig 5d2cb312ea feat: Player
movement, with assets, and throwable head
2026-03-06 14:13:39 +01:00

7 lines
58 B
C#

using UnityEngine;
public class PlayerAnimation
{
}