|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
|
|
public abstract class BaseToolOrMaterial : MonoBehaviour
|
|
{
|
|
/// <summary>
|
|
/// 묏야Id
|
|
/// </summary>
|
|
public int toolId;
|
|
|
|
/// <summary>
|
|
/// 묏포야잚謹 묏야/꼼죕
|
|
/// </summary>
|
|
public E_ToolOrMaterial toolOrMaterial;
|
|
|
|
|
|
|
|
}
|