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

@ -2,17 +2,7 @@ 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()
{
namespace Items {
public class Scythe : MonoBehaviour {
}
}