14 lines
206 B
C#
14 lines
206 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace AibisDream
|
|
{
|
|
public class OilGate : MonoBehaviour
|
|
{
|
|
private bool _isHolding;
|
|
}
|
|
}
|
|
|