10 lines
178 B
C#
10 lines
178 B
C#
|
using System.Collections.Generic;
|
|||
|
using HK;
|
|||
|
using HK.FUJIFILM;
|
|||
|
using UnityEngine;
|
|||
|
using UnityEngine.UI;
|
|||
|
using ZGame;
|
|||
|
|
|||
|
public class MugActualModelRender_Fixed : Model_Fixed
|
|||
|
{
|
|||
|
}
|