10 lines
157 B
C#
10 lines
157 B
C#
|
using System;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
namespace FUJIFILM
|
|||
|
{
|
|||
|
public class OnEnableAction : MonoBehaviour
|
|||
|
{
|
|||
|
public bool isEnable = false;
|
|||
|
}
|
|||
|
}
|