added namespace Items to:
* FishingRod.cs * Hoe.cs * Scythe.cs * WateringCan.cs * Wheat.cs * WheatSeed.cs
This commit is contained in:
parent
26ea595bfa
commit
b3f32656ae
8 changed files with 16 additions and 89 deletions
|
|
@ -2,17 +2,7 @@ using System.Collections;
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Wheat : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
namespace Items {
|
||||
public class Wheat : MonoBehaviour {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue