Foerming/Assets/Scripts/Items/Hoe.cs
dhain b3f32656ae added namespace Items to:
* FishingRod.cs
 * Hoe.cs
 * Scythe.cs
 * WateringCan.cs
 * Wheat.cs
 * WheatSeed.cs
2022-05-09 23:10:28 +02:00

8 lines
145 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Items {
public class Hoe : MonoBehaviour {
}
}