7 lines
92 B
C#
7 lines
92 B
C#
using UnityEngine;
|
|
|
|
namespace Reset.Items{
|
|
public interface IEquipable{
|
|
|
|
}
|
|
} |