11 lines
188 B
C#
11 lines
188 B
C#
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
using UnityEngine.UI;
|
|||
|
using ZGame;
|
|||
|
|
|||
|
namespace HK.FUJIFILM
|
|||
|
{
|
|||
|
public class A11ozCeramicsMugModel_Fixed : Model_Fixed
|
|||
|
{
|
|||
|
}
|
|||
|
}
|