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
6
Assets/Scripts/Items/FishingRod.cs
Normal file
6
Assets/Scripts/Items/FishingRod.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Items {
|
||||
public class FishingRod : MonoBehaviour {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue