added namespace Items to:

* FishingRod.cs
 * Hoe.cs
 * Scythe.cs
 * WateringCan.cs
 * Wheat.cs
 * WheatSeed.cs
This commit is contained in:
dhain 2022-05-09 23:10:28 +02:00
parent 26ea595bfa
commit b3f32656ae
8 changed files with 16 additions and 89 deletions

View file

@ -0,0 +1,6 @@
using UnityEngine;
namespace Items {
public class FishingRod : MonoBehaviour {
}
}