created Items
created IUsable.cs interface
This commit is contained in:
parent
ca0718d286
commit
26ea595bfa
15 changed files with 297 additions and 0 deletions
18
Assets/Scripts/Items/Scythe.cs
Normal file
18
Assets/Scripts/Items/Scythe.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Scythe : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue