|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
[CreateAssetMenu(fileName = "New Physical Artefact", menuName = "Artefact/PhysicalArtefact")]
|
|
public class PhysicalArtefact : Artefact
|
|
{
|
|
public override void PowerUnlock()
|
|
{
|
|
|
|
}
|
|
}
|