This commit is contained in:
2025-11-04 11:02:02 +09:00
parent 984e9188c1
commit bb7ed2d6dc
333 changed files with 50301 additions and 8202 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class ConveyorTarget : MonoBehaviour
{
public float Progress = 0f;
}