гигантский ассет

This commit is contained in:
2026-03-03 05:27:03 +05:00
parent d49d929924
commit c432aa9263
5899 changed files with 9806933 additions and 230 deletions

View File

@@ -0,0 +1,14 @@
using UHFPS.Scriptable;
using UnityEngine;
namespace UHFPS.Runtime
{
public struct MotionSettings
{
public MotionPreset preset;
public PlayerComponent component;
public MotionBlender motionBlender;
public Transform motionTransform;
public string motionState;
}
}