FM/Assets/A3D/3d model/NewModel_Fixed/A20ozPetBowlModel_Fixed.cs

11 lines
184 B
C#
Raw Normal View History

2025-08-27 01:05:19 +08:00
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using ZGame;
namespace HK.FUJIFILM
{
public class A20ozPetBowlModel_Fixed : Model_Fixed
{
}
}